Passing Variables

R

Royce

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

Royce

Dimension it as a public variable
in a *general* module. E.g.

Public VariableName As Long
 
Top