R Royce Nov 20, 2003 #1 I'm trying to pass a variable that has a vaule between two different user forms. Where do I declare this variable?
I'm trying to pass a variable that has a vaule between two different user forms. Where do I declare this variable?
L Leo Heuser Nov 20, 2003 #2 Royce Dimension it as a public variable in a *general* module. E.g. Public VariableName As Long