philfloyduk
Board Regular
- Joined
- Jan 6, 2011
- Messages
- 82
I'm currently making changes to repair booking spreadsheet and I've started getting an error message on new forms created when trying to the the .list information in ComboBoxes. I have lots of ComboBoxes already that I've created in previous days that work fine but all of a sudden I get an error when creating new forms. I've tried inserting a blank form and adding a combobox to see if that works but I get the same error:
Run-time error '381
'Could not set the List property. Invalid property array index'.
I'm using the following code to set the list property;
ComboBox1.List = Sheets("info").Range("a1:a4").value
Any help will be much appreciated
Thanks in advance
Phil
Run-time error '381
'Could not set the List property. Invalid property array index'.
I'm using the following code to set the list property;
ComboBox1.List = Sheets("info").Range("a1:a4").value
Any help will be much appreciated
Thanks in advance
Phil