I've got a UserForm with a ComboBox that works perfectly when I write a new record ...
The ComboBox.List is a list of numbers ...
But when I try to load the record I've just created back into the UserForm, when the code gets to the ComboBox, I get this runtime error ...
But when I put "MsgBox ComboBox.value" immediately before I load the ComboBox.value it displays the correct value ...
Can't figure it out - any ideas please?
Thanks ...
The ComboBox.List is a list of numbers ...
But when I try to load the record I've just created back into the UserForm, when the code gets to the ComboBox, I get this runtime error ...
But when I put "MsgBox ComboBox.value" immediately before I load the ComboBox.value it displays the correct value ...
Can't figure it out - any ideas please?
Thanks ...