Hi and thanks for the quick response Leith.
This is where my ignorance shines.
Couple questions:
"Selections" is set within a Private Sub for a command button as:
How do declare it as a Public Variable in a module? Do I simply change it to:
Public Selections As String
and move it to the top of that module? And will it still work in the command button coding?
Also, I should have mentioned that my "Parent" userform is a multipage userform and the textbox is on page 3. Knowing that, would the proper code for assigning to the textbox be:
UserForm1.MultiPage1.Page3.TextBox1.Value = Selections
Again, your help is appreciated. Chris
Bookmarks