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!