Hi,
I'm having difficulties running a sub that is located in another workbook.
ex:
My current program is located in the "master workbook" in "master module".
The sub I want to call is located in "template" in "module1".
Im thinking something like this:
sub Program
dim....
for loop
do something
next
call template!module1.sub
do something again...
end sub
It might be useful that both workbooks are open when the program runs.
Any help on this matter is appreciated.
Regards
JS.
Bookmarks