G
Greg Snidow
Greetings. I am loading a combo box list on the initialize event with code I
found here, and it works perfectly.
For Each sh In ActiveWorkbook.Sheets
Me.ComboBox1.AddItem sh.Name
Next
However, there are two sheets, the last two that I don't want to show up in
the list. I can't find an easy way to keep these two sheets out. Any ideas?
Thank you.
Greg
found here, and it works perfectly.
For Each sh In ActiveWorkbook.Sheets
Me.ComboBox1.AddItem sh.Name
Next
However, there are two sheets, the last two that I don't want to show up in
the list. I can't find an easy way to keep these two sheets out. Any ideas?
Thank you.
Greg