Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I have a macro that, because of the actions that it carries out, ends up destroying the contents of the clipboard. Can anyone tell me how I can backup and restore the contents of the clipboard before the body of my macro executes? Thanks, Kris |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think you have to paste to a temporary holding sheet/area, and copy from
there at the end of your macro. This is only necessary if Application.CutCopyMode is not equal to False of course. -- Jim "Kris" wrote in message oups.com... | Hi All, | | I have a macro that, because of the actions that it carries out, ends | up destroying the contents of the clipboard. Can anyone tell me how I | can backup and restore the contents of the clipboard before the body of | my macro executes? | | Thanks, | Kris | |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you for the response Jim. Do you have any idea what the macro
code to do this would look like? I've done a few Googles and I can't seem to find anything like it anywhere. Thanks again, Kris |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Where does Ms XL store the clipboard ? or where does MS Windowsstore clipboard ? | Setting up and Configuration of Excel | |||
Where does Ms XL store the clipboard ? or where does MS Windowsstore clipboard ? | Setting up and Configuration of Excel | |||
Clipboard empty but still get waring that clipboard is full | Excel Discussion (Misc queries) | |||
restore backup files | Excel Discussion (Misc queries) | |||
ClearContents or ClearFormats also clears Clipboard. How can I keep the clipboard? | Excel Programming |