View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chimanrao Chimanrao is offline
external usenet poster
 
Posts: 19
Default copy selected cells to new workbook?

hi

This is the workflow which I am trying to achieve:

a. The user selecets multiple cells using the mouse
b. I have a com based plugin which adds a button to excel
c. On cliking of button I copy the the selected cells to new workbook.

How do I get the the selected cells and copy them to the clipboard?

Regards
Chimanrao