Click on worksheet with UserForm open?

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

My macro works and the Form looks okay for a beginner. But if the user
doesn't have the correct cell selected before launching the UserForm, can I
allow him to click on the worksheet to select a different cell without
having to close the form and relaunch?

Ed
 
Ed,

You could set the form's ShowModal property to false and the user can still
move the cursor with your form showing...
 
Thank you, Charles! That did the trick.

Ed

Charles Maxson said:
Ed,

You could set the form's ShowModal property to false and the user can still
move the cursor with your form showing...
 
This is not working in excel 97 Ed.

If you have users that use this version then you can't open the userform like this.
 
i think you could use the RefEdit activeX control, and select the range in
th same way that you can with the function builder on a worksheet.
 
Thanks for the reminder, Ron. I'm in XP and my friend is using either XP or
2000, so we're okay.

Ed
PS - I use your Google search add-in several times a week. It has saved my
bacon many times.
 

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