VBA Error

N

Nigel

Hi,
I have been receiving this following message when trying to alter my
userform.

Could not delete controls. Could not complete due to error 800a0011

Can anyone help me to stop this? i need to remova a txtbox and replace it
with a combobox but it refuses to let me which is frustrating.

Regards,

Nigel
 
B

Bob Umlas

Go to Google.com, click on "groups" button, enter this text:
Could not delete controls. Could not complete due to error 800a0011
and the result will show that you can't delete controls which were added at
design time, only those added at runtime.

Bob Umlas
 
Top