excel 98 for macintosh
Posted by tony on August 14, 2001 11:13 AM
i am writing a spreadsheet for both the pc and the macintosh.
the following code works fine on the pc in my vba routine.
ActiveWorkbook.SaveAs FileName:=UniqueFile2, FileFormat:= _
xlTextPrinter, CreateBackup:=True
on the mac, it saves a file in excel format
on the pc, it saves a file in text format(which is what i want)..
any ideas why it doesnt work on mac, and is there another way to do this??
thanks