Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I print file properties with worksheet in excel ? | Excel Discussion (Misc queries) | |||
Can i include a vbscript file with an xml spreadsheet? | Excel Discussion (Misc queries) | |||
is it possible to print file properties in excel? | Excel Discussion (Misc queries) | |||
Where does Excel get the default properties without startup file? | Excel Discussion (Misc queries) | |||
How can you print file properties in an Excel spreadsheet? | Excel Discussion (Misc queries) |