|
-
Dec 28th, 1999, 10:05 PM
#1
Thread Starter
Hyperactive Member
I had recieved help on this board that showed me how to use the spell check in word for a text box. I believe the code given to me uses late binding. Is it possible to use early binding?(not the complete code just what I think to be late binding)
Dim Word As Object, retText$
Set Word = CreateObject("Word.Basic")
Word.AppShow
if this is late binding, can early binding be used and how does early binding work?
------------------
I am so skeptacle, I can hardly believe it!
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
|