Excel - export to html
Excel - export to html
- Subject: Excel - export to html
- From: email@hidden
- Date: Sun, 18 Mar 2001 18:28:20 +1100
Hi,
I would like to save an excel spreadsheet as an html file using
applescript. The following script will save a file in csv format, but
changing xlCSV to xlHTM doesn't work. I believe the issue might have
something to do with the Internet Assistant Wizard in Excel 98 that I am
using.
tell application "Microsoft Excel"
Save ActiveWorkbook In "Workbook1" As xlCSV
end tell