Share this blog
May 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Tags
- Agents
- Apple
- Apps
- blogs
- Car
- dannotes
- DB2
- Design
- Diagram
- Domino
- F1
- Formula 1
- Hacking
- hogride
- Humor
- IBM Connect
- IdeaJam
- IOS
- IOSTip
- ipad
- Iphone
- Lotus
- lotus notes
- lotusphere
- LotusScript
- macbook
- Mclaren
- Mini project
- Mobile
- NLSXLC
- notes.ini
- Object
- password
- Preferences
- Settings
- Sidebar
- Templates
- theme
- Tip
- Upgrade
- wiki
- Xpages
Archives
-
Recent Posts
Blogs
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