Common Function for getting userform information
Hi,
My macro has a lot of userform and multi listbox within userform (each
userform has unique name). how can I use a function to get the
selected items in different listbox?
eg.
fmMyPlot.lb_Prof_xAxis
fmMyPlot.lb_Prof_y1Axis
fmMyPlot.lb_Std_Gp
fmMyPlot.lb_Std_Series
fmMyTemplate.lb_temp1
fmMyTemplate.lb_temp2
any ideas? thx
|