UserForms and workbook manipulation

  • Thread starter Thread starter Mike Mertes
  • Start date Start date
M

Mike Mertes

Mornin',

When I load and show a userform, I can't select or activate cells on the
workbook behind it. I tried hiding the form from view, but that's not the
solution. I also tried enabling screen updating, but that didn't work
either.

If anyone can suggest how I might be able to activate cells while a user
form is open, I'd appreciate it!

Many thanks,
Mike
 
You can only do it if you are displaying the UserForm modelessly (Excel 2000
and later):

UserForm1.Show vbModeless
 

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