S
stephenc
I have two macros (A and B) that load a common form. If I call B from within
A, I need to make sure that B doesn't load the form again, as I will end up
with multiple instances when I want just one. How do I check for this? In
simpleton terms I need this: "if myForm is not already loaded then load
myForm"
Advice welcome as always,
Stephenc
A, I need to make sure that B doesn't load the form again, as I will end up
with multiple instances when I want just one. How do I check for this? In
simpleton terms I need this: "if myForm is not already loaded then load
myForm"
Advice welcome as always,
Stephenc