Command Button

  • Thread starter Thread starter Saxman
  • Start date Start date
S

Saxman

I would like to create a dual task command button that would stop some
code running and clear data on another worksheet. Or would it be best
to keep these operations separate?

Clearing the data could be done with a macro assigned to the command
button, but I'm not sure how I would go about stopping the code running.

Any help appreciated thanks.
 
dual task command button that would stop some code running

Since you cannot run two macros at once it is not possible to have one macro
stop another.

--
Jim
|I would like to create a dual task command button that would stop some
| code running and clear data on another worksheet. Or would it be best
| to keep these operations separate?
|
| Clearing the data could be done with a macro assigned to the command
| button, but I'm not sure how I would go about stopping the code running.
|
| Any help appreciated thanks.
 

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