PDA

Click to See Complete Forum and Search --> : Word


badgers
Jan 18th, 2000, 05:40 AM
I have a program that uses word for some things. In a command button I use early binding and then work with word. The problem is that you notice that my program is waiting for word to load. is it possible to get VB to start loading word without waiting for it to finish loading?
I intend to declare the variable as public. If I can get VB to carry on without waiting then I will put the set statement in form load. there is no way that the user will hit the command button before word will be loaded(it isn't that slow)
But this whole idea hinges on VB going on without waiting for word. Is it possible?
thank you for your time and have a good day

------------------
I am so skeptacle, I can hardly believe it!

badgers
Jan 19th, 2000, 02:03 AM

badgers
Jan 20th, 2000, 10:05 PM