View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
job job is offline
external usenet poster
 
Posts: 65
Default access to the multiple values on clipboard

I'm wondering if it is possible to selectively paste from the clipboard.
For example, lets say you copy 3 diff cell values to the clipboard.
I would like to have a predefined set of hotkeys ie. ctrl+shift+alt+1 ,
2, 3 that would paste the 1st 3 slots (whatever they are called) from
the clipboard respectively. I can assign the keys, I'm just wondering
how to access the different slots in the clipboard in Office...

Cheers

Job