Passing Variables Within Procedures On A Worksheet...
-
-
-
Re: Passing Variables Within Procedures On A Worksheet...
Looks like you are trying to communicate variables from one routine to another routine?
If so, have you declared the MyRow and MyCol as public variables?
If not, at the top of the module try:
This will allow your second macro to retrive the data from the first one.
Good luck!
-
-
Re: Passing Variables Within Procedures On A Worksheet...
Can you post all your code?
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!