passing parameters

P

ponderingtom

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.
 
A

Alex Dybenko

You can create a public function, make it equal to your variable, and the
use this function in macro condition
 
Top