View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Monte0682 Monte0682 is offline
external usenet poster
 
Posts: 15
Default about frame and screen shot of a frame

I have one frame in VBA and some objects in in (text boxes in my
case). I would like to copy the content of this frame into frame in
excell... How is this possible...

I tried using .picture but this only copies a picture from one frame
to the other not the entire content...

So, basiclly a screen shot of the frame is what I need.

Hope someone knows...

Thanks