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