|
-
Jan 8th, 2000, 02:01 AM
#1
Thread Starter
Guru
Word.Basic will always reference the latest version of MS Word. It also appears that the two interfaces are binary compatible because they both have the same Class IDs.
(I only have Word 2000 on my system, but Word.Basic, Word.Basic.8 and Word.Basic.9 have the same CLSIDs, plus microsoft knows that it is important to have binary compatibility)
Anything you implement using Word 97 should work fine with Word 2000.
-
Jan 8th, 2000, 12:03 PM
#2
New Member
Dim objWord As Object
Set objWord = CreateObject("Word.Basic")
The above works for Word7
What about Word97?
What about Word2000
Thanks, this is a great way to help one another out.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|