Tag Archives: Object

CreateObject(“Word.Application”) Office 97 vs. Office 2010

In LotusScript when you create a Object af Word in Office 97, you can write something like this. Dim workspace As New NotesUIWorkspace Dim uidoc As NotesUIDocument Set uidoc = workspace.CurrentDocument Set wdApp = CreateObject(“Word.Application”) Set docNew = wdApp.Documents.Add(“L:\merge.doc”) Dim … Continue reading

Posted in Lotus, Tip | Tagged , , , | Comments Off on CreateObject(“Word.Application”) Office 97 vs. Office 2010