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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top