View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Saving the clipboard

No, but perhaps you could disable events before you do this.

--
Regards,
Tom Ogilvy

"Iain" wrote in message
...
Hi,

I have a worksheet that has macros that run on workbook

activate/deactivate.

The problem with this is that when I try to copy into or out of this
workbook, I lose the clipboard when I switch to or from the workbook.

Is there a way to save the clipboard before running each of these macros

so
I can still paste afterwards?

Thanks,