Passing Variables

  • Thread starter Thread starter Royce
  • Start date Start date
R

Royce

I'm trying to pass a variable that has a vaule between
two different user forms. Where do I declare this
variable?
 
Royce

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

Public VariableName As Long
 
Back
Top