Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open and save '.doc' document without word

Status
Not open for further replies.

pirimor

Programmer
Apr 24, 2003
5
IT
I have to open and export to html a 'doc' document (made with Word) in a system where instead of Word is installed something like staroffice or openoffice.
Is it possible using vbscript?
If yes, how?
 
pirimor,

My guess is no. Quick check of my sites, and even Sun's no reference to VBScript and Staroffice. Given the long standing problems between the two, not surprised.

There is a reference to scripting on Sun's site, but no details. Pointed to a book:


See lower part of the page - Chapter 12: Using Document Automation - Inserting Scripts
To Insert Scripts
Working with Macros
To Record a Macro
To Run a Macro
To Edit Macros

Also, at:
Q. Does StarOffice 6.0 have a macro recorder?

A. StarOffice 6.0 software does not have the macro recorder. One would have to write their own macros manually in StarBasic which is the StarOffice programming language.

Q. Can StarOffice 6.0 software read MS macros?

A. StarOffice can read MS macros source but does not have the ability to convert them so when you open a MS document with embedded macro it will open the document but will skip the complete macro from the document.


Not much but all I could find.

Hope it helps.
DougCranston
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top