Roesource problem

  • Thread starter Thread starter Patrick Simonds
  • Start date Start date
P

Patrick Simonds

I have a worksheet named:

Work Shifts Drivers

I want to create a userform with a ComboBox, but when I try entering Work
Shifts Drivers!A6:B6 in the RowSource block, I get:

Could not set RowSource property. Invalid property value.

What am I missing?
 
Solved the problem:

instead of Shifts Shifts Drivers!A6:B6
Should have been 'Shifts Shifts Drivers'!A6:B6
 
Back
Top