Pause macro, add form button to sheet, continue macro when button clicked!

F

Flystar

I have a macro that creates a temporary worksheet and displays som
instructions to the user. I would like to (at run time) create a for
button on this sheet, and then wait (pause the macro) for the user t
paste data into a specific cell(s), and click on the new button. Doe
anyone have any idea how I can go about doing this??? A BIG thanks i
advance for this one
 
B

BrianB

You cannot pause a macro in this manner.

You will either need 2 macros (no problem, the 2nd one runs from th
new button) or supply a Userform for data entry
 

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

Top