Macro to clear clipboard on exit

F

Fan924

In a macro, I do some copying and pasting and would like to exit the
Macro with an empty clipboard. Anyone?
 
G

GS

Fan924 presented the following explanation :
In a macro, I do some copying and pasting and would like to exit the
Macro with an empty clipboard. Anyone?

Try...

Application.CutCopyMode = False 'clear the clipboard
 

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