Thread
:
c++ equivalent for Selection.Copy
View Single Post
#
1
Posted to microsoft.public.excel.programming
Chimanrao
external usenet poster
Posts: 19
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
Reply With Quote
Chimanrao
View Public Profile
Find all posts by Chimanrao