VBA Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
You're currently in the debugging process. You will need to "Step Out" of the debugging process to edit your userform again.
 
Back
Top