J
Jim A
Hi - I have been building some macros that are to be run within other macros.
Weird stuff was happening!
I used the "Call" command instead of "Run." Everything finally worked
perfect!!
Being new to VBA I do not know the reason behind the "Run" command being
different and causing my problems. BUT "call" sure is the answer to my
recent irritations.
After I got the darn things to finally work, I decided to do the responsible
thing and use Option Explicit, which helped me clean up my code tremendously!!
Weird stuff was happening!
I used the "Call" command instead of "Run." Everything finally worked
perfect!!
Being new to VBA I do not know the reason behind the "Run" command being
different and causing my problems. BUT "call" sure is the answer to my
recent irritations.
After I got the darn things to finally work, I decided to do the responsible
thing and use Option Explicit, which helped me clean up my code tremendously!!