how to set and get defined names from VC++

S

S Pammar

hi,

i want to know how to set and get defined names for excel
through automation from C++. A sample would be very
helpful.

thanks,
Pammar
 
W

Wei-Dong Xu [MSFT]

Hi Pammar,

From my understanding to your issue, you may want to obtain the workbook's
name opend by your application. You can retrieve the excel file name from
the name property of workbook object.

Furthermore, the KB article Q216686 may help you a lot in automation excel
in C++. Please go to:
216686 HOWTO: Automate Excel From C Without Using MFC or #import
http://support.microsoft.com/?id=216686

Does this answer your question? Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top