pulling properties

  • Thread starter Thread starter greg
  • Start date Start date
G

greg

Excel has properties it stores.
keyword, author, comments, etc.........
In windows explorer you can see these properties.
How does it do that without opening the file?
Can you read these files without opening the files?
Can you read custom properties, without opening the file?
thanks
 
Greg,

These properties are called Built-In Document Properties and can be read
with VBA in a open workbook with the BuiltInDocumentProperties collection.
There is a DLL file called the DSO OLE Document Properties Reader 2.1
available for download from Microsoft that allows you to get these
properties (and the user-defined Custom Document Properties) from close
files. All Office files (Word, PowerPoint, etc) support many of the built-in
document properties.

For a lot more information about document properties, see
http://www.cpearson.com/Excel/DocProp.aspx .
 
thanks,
I will look into it.

Chip Pearson said:
Greg,

These properties are called Built-In Document Properties and can be read
with VBA in a open workbook with the BuiltInDocumentProperties collection.
There is a DLL file called the DSO OLE Document Properties Reader 2.1
available for download from Microsoft that allows you to get these
properties (and the user-defined Custom Document Properties) from close
files. All Office files (Word, PowerPoint, etc) support many of the
built-in document properties.

For a lot more information about document properties, see
http://www.cpearson.com/Excel/DocProp.aspx .
 
thannks i will take a look

Chip Pearson said:
Greg,

These properties are called Built-In Document Properties and can be read
with VBA in a open workbook with the BuiltInDocumentProperties collection.
There is a DLL file called the DSO OLE Document Properties Reader 2.1
available for download from Microsoft that allows you to get these
properties (and the user-defined Custom Document Properties) from close
files. All Office files (Word, PowerPoint, etc) support many of the
built-in document properties.

For a lot more information about document properties, see
http://www.cpearson.com/Excel/DocProp.aspx .
 
In Windows Explorer I cannot see or find Excel Properties "Keywords",
"Category", or "Subject". I have spent a lot of time looking around in
Windows Explorer Search, including advanced options. I don't see it.
Excel 2007
Windows XP
Where is it? I would very much like to search a directory and find all the
spreadsheets with a certain keyword entered in properties. (Cheapo document
management!)

KIM
 
If you go into a folder, then you right click on the "name" bar. then click
"more...."
you will see keywords.
But it does not always seem to show the right data in.
 
Thanks for the reply. I don't understand the instructions. Could you be
more explicit? What is a "name" bar?

I have clicked around in Explorerer and Search for half an hour now (and
previously) and cannot find anything referring to search on keywords I enter
in a document''s properties.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top