View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chimanrao Chimanrao is offline
external usenet poster
 
Posts: 19
Default c++ equivalent for Selection.Copy

hi

VB or VBS copying selection in excel is as simple as Selection.Copy

How do I achieve the same in C++?

GetSelection() on the Application object returns a IDispatch pointer.
How do I achieve this generic copy functionality?

Regards
Chimanrao