OscarAlberto
Programmer
I define a Dim variable - and give it a value - in one UserForm procedure and within this procedure, call another Module procedure in the same project.
The variable does not hold its value when executing the Module procedure. I used a MsgBox to determine that the value when executing the new procedure is 0 (zero), but I gave it an 8 value in the UserForm procedure.
How can I make the variable hold its value when the Module procedure is called????
The variable does not hold its value when executing the Module procedure. I used a MsgBox to determine that the value when executing the new procedure is 0 (zero), but I gave it an 8 value in the UserForm procedure.
How can I make the variable hold its value when the Module procedure is called????