is it possible to carry the value of a variable defined in one user form into another user form?
I can do it across modules using the 'public' declaration
public myvariable as string
the variable retains its value in a different module no problem.
Do the same in a form (setting the variable by taking the value of a text box) and its fine until I switch to the next user form where the variable is empty! This is really bugging me!
Anyone able to help, simple code available if needed.
Andy
I can do it across modules using the 'public' declaration
public myvariable as string
the variable retains its value in a different module no problem.
Do the same in a form (setting the variable by taking the value of a text box) and its fine until I switch to the next user form where the variable is empty! This is really bugging me!
Anyone able to help, simple code available if needed.
Andy