passing parameters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I pass parameters from a module to a macro? Wanting to run a macro
that has a where condition to a sendoutput macro from a module. I dim a
variable and set it, but the scope for the macro does not seem to see the
variable.
 
You can create a public function, make it equal to your variable, and the
use this function in macro condition
 
Back
Top