Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default Listing BuiltInDocumentProperties without opening workbook

I'm using this to get the custom document properties without opening a file
(and have pulled out a bunch)

dim strProperty as object
dim objDocProperties as Object

Set objDocProperties = CreateObject("DSOFile.OleDocumentProperties")

objDocProperties.Open (myFileName)

for each strProperty in objDocProperties.CustomDocumentProperties

next strProperty

is there someway I can access the builtin properties using a similar syntax.
I can't seem to get it to work.

Thanks,
Barb Reinhardt
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
Can you move the tab (listing) from the bottom of the workbook... Glendae Excel Discussion (Misc queries) 1 January 24th 09 07:12 PM
Automation Error with BuiltinDocumentProperties RyanH Excel Programming 3 October 9th 08 01:18 PM
BuiltInDocumentProperties...some no workee CLR Excel Programming 4 September 29th 06 04:32 PM
BuiltInDocumentProperties CLR Excel Programming 7 May 25th 06 09:20 PM
BuiltinDocumentProperties Joop[_2_] Excel Programming 2 August 17th 03 11:28 AM


All times are GMT +1. The time now is 12:50 PM.

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

About Us

"It's about Microsoft Excel"