Good afternoon Macdave_19
The clipboard is a Windows object, so clearing it via VBA requires the use of APIs. Chip Pearson shows how to do it here, if you're still reading (don't worry - it's only a little routine)
Alternatively, you can use this instruction :
It will stop the "marching ants" and stop VBA bugging you with alerts, but it won't clear the clipboard.![]()
Application.CutCopyMode = False
HTH
DominicB
Bookmarks