Thread: clipboard
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
gabor salai gabor salai is offline
external usenet poster
 
Posts: 4
Default clipboard

with "copy/paste" [say some range], does excel use clipboard, or some
internal structure?
after "copy", is it possible to somehow access that buffer [before "paste"],
and to examine it, or even programaticaly select [or apply] just a part of
buffer.
it is something like "paste special" does, but i would like to have *full*
[free] user intervention.
it would be also intersting to programaticaly [freely] *fill* that
"copy/paste" buffer.