I would like to create a macro in excel that loads a specific word document in MSword! Any Ideas?
P Prohock Mar 28, 2006 #1 I would like to create a macro in excel that loads a specific word document in MSword! Any Ideas?
G Gary''s Student Mar 28, 2006 #2 Try: Sub Macro1() x = Shell("cmd.exe /c C:\Userguide.doc", 1) End Sub
P Prohock Mar 28, 2006 #3 Hi Gary, Sorry I am very new to this. How do I set the "x" variable so that this can work?
G Gary''s Student Mar 30, 2006 #4 The code will set it. -- Gary''s Student Prohock said: Hi Gary, Sorry I am very new to this. How do I set the "x" variable so that this can work? Click to expand...
The code will set it. -- Gary''s Student Prohock said: Hi Gary, Sorry I am very new to this. How do I set the "x" variable so that this can work? Click to expand...