Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How can I include file properties in an excel spreadsheet

I frequently save file properties such as the title, author, company name etc
and wanted to be able to use these values in excel without having to retype
them in the spreadsheet.

I can do this in word using the insert field function in Microsoft word, do
you know if there is anything similar in excel?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default How can I include file properties in an excel spreadsheet

You can create tiny functions (UDFs) to get you the information. For example:

Function author()
author = ActiveWorkbook.BuiltinDocumentProperties(3)
End Function

So in a worksheet

=author()

will display the author's name.
--
Gary''s Student - gsnu200740


"Graham Bartlett" wrote:

I frequently save file properties such as the title, author, company name etc
and wanted to be able to use these values in excel without having to retype
them in the spreadsheet.

I can do this in word using the insert field function in Microsoft word, do
you know if there is anything similar in excel?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I print file properties with worksheet in excel ? redd Excel Discussion (Misc queries) 3 September 26th 06 06:40 PM
Can i include a vbscript file with an xml spreadsheet? Neil.Wills Excel Discussion (Misc queries) 0 September 1st 05 12:34 AM
is it possible to print file properties in excel? Chrystalla Excel Discussion (Misc queries) 1 August 11th 05 12:22 PM
Where does Excel get the default properties without startup file? Questions from Christine Excel Discussion (Misc queries) 2 July 6th 05 07:47 PM
How can you print file properties in an Excel spreadsheet? RSG Excel Discussion (Misc queries) 1 February 21st 05 08:33 PM


All times are GMT +1. The time now is 01:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"