How to pass variables from one macro to another?


Posted by Eli Weiss on February 11, 2002 1:12 AM

Hello,
macro1 activates macro2
how to pass variables from created in macro1 to macro2
Eli



Posted by Ed Acosta on February 11, 2002 6:59 AM


Declare the Variable as a public variable. Example

Public strName As String