I need to know how to get Excel to open a word document...
Basically When Excel opens I nedd to have word open also and load a certain Document. I know i could Dim X as Object then set object = ("Word.application") etc...but is there a way to load the document right then?
Thanks!


Reply With Quote