Better way to fill a ComboBox ?
Mike,
You are welcome.
One more and it won't make much difference, but...
It appears your code is in the module for the "Report" sheet.
So you can replace...
ThisWorkbook.Sheets("Report")
with...
Me
It would look like...
Me.ComboBox1.'existing code
in three places.
Regards,
Jim Cone
wrote in message
-snip-
Again, many thanks for improving the code...... Mike
|