LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Excel document propeties in Cells

Thank you very much. I'll have a try.

Thanks.

Carlos

"Arvi Laanemets" wrote:

Hi

Maybe UDF like this will do:

Public Function ShowPropertie(strProp As String)
Select Case strProp
Case "Author"
WBProp = ThisWorkbook.Author
Case "FileFormat"
WBProp = ThisWorkbook.FileFormat
Case "FullName"
WBProp = ThisWorkbook.FullName
Case "Name"
WBProp = ThisWorkbook.Name
Case "Path"
WBProp = ThisWorkbook.Path
Case "ReadOnly"
WBProp = ThisWorkbook.ReadOnly
Case "RevisionNumber"
WBProp = ThisWorkbook.RevisionNumber
Case "Title"
WBProp = ThisWorkbook.Title
Case "ActivePrinter"
WBProp = Application.ActivePrinter
Case "Calculation"
WBProp = Application.Calculation
Case "OrganizationName"
WBProp = Application.OrganizationName
Case "UserName"
WBProp = Application.UserName
End Select
End Function


Copy the UDF into your workbook module, and into any cell enter the formula
like
=WBPROP("UserName")



--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"e-csl" wrote in message
...
Is there any way of showing Excel document properties in cells?

For example, I´d like to show the Title property in a cell.

Thanks.

Carlos.




 
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
Scan from a document to excel with separate cells Shannon Y Excel Discussion (Misc queries) 1 January 6th 07 05:04 PM
linked cells in excel on a shared document [email protected] Excel Discussion (Misc queries) 0 December 11th 06 03:46 PM
convert excel document to word document (not a picture) frendabrenda1 Excel Discussion (Misc queries) 2 October 6th 06 03:55 PM
How to create a formatted 'readable' document based on Excel document? [email protected] Excel Discussion (Misc queries) 0 June 23rd 06 06:09 PM
is it possible for a excel document to copy cells to another excel jenniss Excel Discussion (Misc queries) 3 February 27th 06 04:18 PM


All times are GMT +1. The time now is 09:23 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"