Hi,

I did a code to find sheets with some word in its name (word typed in a textbox; "InStr" to compare, etc). So, I saved numbers of these sheets in a vector (Dim sheets_with_my_word() as Integer).

Now I need to export this vector to a new userform that contains a SpinButton (and labels) to alternate among worksheets with that word in the name.

How could I do this?