macro pause until mouse click

  • Thread starter Thread starter Pablo
  • Start date Start date
P

Pablo

Hello:

Trying to figure out a way to make a macro pause, until the mouse (or
any other simple input) is clicked on the active screen, window, etc.
before proceeding.

Thanks!
 
The only problem with using a Messagebox or input box is that you
workbook will be in a frozen state until you click on one of th
buttons. The only way you will be able to make changes or navigate t
other parts of the worksheet is to go into break mode by pressing CTR
+ BREAK. Once the VB editor comes up you minimize it and move aroun
freely to check data or to view other worksheets. When you are read
to resume the code, you would have to bring up the VB editor and clic
in it to set focus and then press F5.

Rolli
 

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