automate clear clipboard

Y

YZXIA

How do I automate clear clipboard with VBA? automate Edit -> office
clipboard ->clear all

I tried to record the VBA code but no code was recorded.
 
R

Ron de Bruin

Hi YZXIA

With VBA you use this after your paste code line

Application.CutCopyMode = False
 

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