Re: Passing info from macro to UserForm

Tech-Archive recommends: Speed Up your PC by fixing your registry



UserFormA.Tag = CStr(MyVariable)
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"ybazizi" <ybazizi@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote in message...
What is the best way to get data that I have in a macro to a UserForm? I
want a variable in MacroA to be available to UserFormA. From best practices,
I know that global variables aren't the best solution. What would be the
recommended practice to get that data in MacroA to UserFormA?
Thanks,
J
.