pause/resume macro

  • Thread starter Thread starter rml
  • Start date Start date
R

rml

I can I pause a macro and then resume it? I have a macro
that runs an app that deletes two files. Then, the macro
outputs those file again. My problem is that it deletes
one but not the other. I believe it is a timing issue.

Thanks.
 
You can't *pause* a macro. Instead, either separate them into two macros,
where the second doesn't run until some condition exists that means that the
first one is done, or use VBA code where you have more control over the
process.
 

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

Similar Threads

Run Macro If Cell have "x" value 0
Pause Macro Then Resume 2
Macro pause 1
Excel On Error Resume Next 2
How can I 'pause' a Macros 2
Pause Macro, take action, then continue 2
Pause Macro 1
Macro to pause after each query 2

Back
Top