View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tskogstrom tskogstrom is offline
external usenet poster
 
Posts: 92
Default Restore clipboard from Task pane clipboard content?

Hi,

I have code that kill my Excel Clipboard content, but find that it
still exist in the task pane clipboard. Is there a way to recreate
Excel clipboard content from this content after I run my code? I guess
the best way is to recreate it, on every worksheet_change event and on
leaving the worksheet and leaving the workbook, to be sure without
walking through all my code to debug and find where clipboard contet
vanish.

If this is possible, I guess some code could check if clipboard is
empty and only if so, recreate it from task pane clipboard.

It should be silently working, without the taskpane popup. Also, I
don't know if task pane clipboard can be on- and off - in that case we
need to be assure it is silently on etc.


Can this be arranged, it would be super...

Kind regards
tskogstrom