View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Iain Iain is offline
external usenet poster
 
Posts: 32
Default Saving the clipboard

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,