Can't check checkboxes in userform ... sometimes

  • Thread starter Thread starter DFStoneJr
  • Start date Start date
D

DFStoneJr

I have a userfirm with 15 checkboxes on it. I would like to call this
userform from an option off of a menu item I have added to the main
menubar.

When the form is called from the menu, I can't click on the
checkboxes. More precisely, clicking on the blank checkboxes has no
effect on them.

However, when I go into the VB editor and, by pressing F5, run the
same macro that's called by the menu item, I can mark the checkboxes,
and everything runs fine.

The code I'm trying to run in the first case and am successfully
running in the second is simple:

Sub ShowForm()
UserForm1.Show
End Sub

Any ideas on what's wrong and how to fix it?

TIA.
 

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