J
Jim Williams
I have a whole load of routines in OUTLOOK that do different things
depending on the attachment.
I mess around with excel spreadsheets and word documents - what i need
to do now is receive a word document and then save it as a HTML page.
I then need to alter the BODY tag of the saved HTML document to insert
some "onload" events.
How do i edit the html document in the vba. When i was messing with
excel and word i did this
Dim objword As Word.Application (or excel)
Set objword = New Word.Application(or Excel)
objword.Documents.Open (worddocument)
objExcl.Workbooks.Open (exceldocument)
how do I open the html document - i was looking for something simple
like
Dim objNotepad as notepad.application - but that doesnt work
any ideas
thanks
depending on the attachment.
I mess around with excel spreadsheets and word documents - what i need
to do now is receive a word document and then save it as a HTML page.
I then need to alter the BODY tag of the saved HTML document to insert
some "onload" events.
How do i edit the html document in the vba. When i was messing with
excel and word i did this
Dim objword As Word.Application (or excel)
Set objword = New Word.Application(or Excel)
objword.Documents.Open (worddocument)
objExcl.Workbooks.Open (exceldocument)
how do I open the html document - i was looking for something simple
like
Dim objNotepad as notepad.application - but that doesnt work
any ideas
thanks