Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom Document Properties

Status
Not open for further replies.

dmard

Programmer
Joined
Nov 26, 2001
Messages
4
Location
IN
Hello,
I'm trying to develop an application in VC++ 6.0 that
needs to read the custom properties of an Excel 2000
document. There is a function GetCustomDocumentProperties() in Excel9.olb but I'm not quite sure what its return type is. Could anyone let me know how to use it?

Thanks.
 
Check these MSDN links:

What the call returns:

Example of how to access the names and values of the custom document properties:

Example of how to access the names and values of the built-in document properties (actually I included it just for the heck of it and 'cause the diagram looks pretty ;-) ):
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top