View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
R.VENKATARAMAN R.VENKATARAMAN is offline
external usenet poster
 
Posts: 110
Default access to the multiple values on clipboard

do this experiment
open the cliboard toolbar (views-toobar)
now one by one copy some three cells (only copy)
these 3 copies will be palced in clipboard toolbar
you can copy any of them or all of them

is this what you want
or as this message is <programme newsgroup do you want a vba solution



Job wrote in message
...
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