Hi Folks,
I have an active X listbox that likes to move positions around on my worksheet so I want to place it on a userform instead, but then that takes me out of my depth in knowing how to,
1) Populate the listbox selections with a Named Range
2) Return the number (ie Integer 3 for the 3rd item in the named range) of the selected name in the named range to a fixed cell in a worksheet.
All this is easy if the listbox is directly in the worksheet, but I can't seem to figure out how to use the named range to populate the one in the userform.
Thanks for your help,
-Will
I have an active X listbox that likes to move positions around on my worksheet so I want to place it on a userform instead, but then that takes me out of my depth in knowing how to,
1) Populate the listbox selections with a Named Range
2) Return the number (ie Integer 3 for the 3rd item in the named range) of the selected name in the named range to a fixed cell in a worksheet.
All this is easy if the listbox is directly in the worksheet, but I can't seem to figure out how to use the named range to populate the one in the userform.
Thanks for your help,
-Will