Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Here is some code adapted from Chip Pearson's website:
Sub MrsSmith() Dim FileName As String Dim DSO As DSOFile.OleDocumentProperties Set DSO = New DSOFile.OleDocumentProperties FileName = "C:\alpha keyword.xls" DSO.Open sfilename:=FileName MsgBox (DSO.SummaryProperties.Keywords) DSO.Close End Sub It examines a single file and displays the keywords property. For your application, you would need to use FileName as an array to examine a group of files and you must also insure that you have DSO 2.0 installed. See: http://www.cpearson.com/excel/docprop.htm -- Gary''s Student - gsnu200727 "Mrs. Smith" wrote: How do I locate a file using keywords from the properties dialog box? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HELP: Using VBA to get solver properties | Excel Discussion (Misc queries) | |||
properties in header | Excel Discussion (Misc queries) | |||
cell properties changes | Excel Discussion (Misc queries) | |||
Combo Box Properties | Excel Worksheet Functions | |||
Tab Properties | Excel Worksheet Functions |