C
Colin Steadman
Suppose I have two documents - Doc1.doc and Doc2.doc. If Doc2.doc
contained this macro:
Sub Test(passedVariable)
msgbox passedVariable
End Sub
How would I go about opening Doc2.doc from Doc1.doc and passing the
Test macro a variable? I imagine this is a very simple task, but I'll
be damned if I can find an example in my book.
TIA,
Colin
contained this macro:
Sub Test(passedVariable)
msgbox passedVariable
End Sub
How would I go about opening Doc2.doc from Doc1.doc and passing the
Test macro a variable? I imagine this is a very simple task, but I'll
be damned if I can find an example in my book.
TIA,
Colin