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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying the Custom Tab in File Properties in Excel

Status
Not open for further replies.

taylo40

IS-IT--Management
Aug 27, 2003
52
GB
Hello,

In Microsoft Word, when you add items to the "Custom" tab within File Properties. The user can then get these variables to be printed in the Word Document.

Does the same functionality exist in Excel ?

Regards,

Jamie
 
I doubt it, but if you describe what items you'd like maybe something could be done.

Cheers, Glenn.

Beauty is in the eye of the beerholder.
 
Hello,

Within the custom tab, I have selected the following variables:-

Owner
Document Number
Status

For the above, I have selected the "Type" as Text and then entered a value.

My question is, can I enter those values into a cell in Excel ?

For example, the users of the spreadsheet will be able to see the owner of the spreadsheet and the current versio..

Regards,

Jamie

 
This can easily be achieved by writing a simple VBA user defined function. For example, thisworkbook.CustomDocumentProperties("owner") would return the owner custom property.

If you need help on VBA repost in VBA Visual Basic for Applications (Microsoft).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top