Questions tagged [excel-2008]

Released in January 2008, the Mac OS X equivalent of Excel 2007 except distinguished from that and other Mac Excel versions for lack of VBA.

35 questions
-1
votes
2 answers

Excel Email Database Replace function

I have an Excel database of email addresses and names. I need to extract the domain name from the email address, and put it into a new column. i.e: col a: joeschmoe@email.com col b: www.email.com Where col a is what I currently have, and col b is…
-1
votes
2 answers

Mismatch or Range error

The code below gives either Mismatch or Range error in Excel 2008. How do I fix it? Sub PEC() Dim PEC As String, result As Integer PEC = Range("AE2:AE26848").Value If PEC = "A.06" Then result = 1 Range("AO2:AO26848").Value =…
-1
votes
3 answers

Excel 2008 Cant Parse HTML

I need to export a gridview to excel, I put the return html code from the gridview to a HtmlTextWriter and put this into the response. The result file work fine in excel, excel can parse the html and the result is readable, work perfect on excel…
VictorV
  • 1,009
  • 1
  • 12
  • 19
-1
votes
2 answers

Is it possible to filter by date in Excel 2008 for Mac?

An example of the data: date,letter 2/2/2012,a 2/3/2012,v 1/1/2011,c Is it possible to use filters to select only the data from 2011?
Username
  • 3,463
  • 11
  • 68
  • 111
-2
votes
1 answer

Trouble opening .csv files on my Mac

I am trying to open a .csv file in my Mac, using Excel 2008. Currently, every time I try opening the file, my Mac defaults to OpenOffice.org 3. I never had this problem. I always used to be able to open csv files with Excel. Where do I go to…
Michael
  • 1
  • 1
  • 1
1 2
3