Re: Convert MS Word to HTML
Re: Convert MS Word to HTML
- Subject: Re: Convert MS Word to HTML
- From: Shane Stanley <email@hidden>
- Date: Thu, 13 Nov 2003 09:56:29 +1100
On Nov 12, 2003, at 9:17 PM, Mats-Olof Liljegren wrote:
Problem:
Needs to make an applescript that takes a MS Word document from one
directory, open it and save it as HTML in a different location. Don't
now how to make this happen.
Try starting with this:
tell application "Microsoft Word"
save document 1 in "Macintosh HD:Test.html" as "HTML Document"
end tell
--
Shane Stanley <email@hidden>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.