Link to home
Start Free TrialLog in
Avatar of Steamer
Steamer

asked on

Word 97 Document property

What property do i have to use in a vba application to show the contents description of a normal Word document . I treid it using the BuiltinDocumentProperties collection but it gives me an error. Is there another way to get a content description of a Word file
Avatar of antrat
antrat

Hi steamer

Try

Dialogs(wdDialogDocumentStatistics).Show



antrat
Avatar of Steamer

ASKER

The problem is that i have to use this in an ASP application , so it is impossible for me to use dialogs to retrieve that sort of data.
ASKER CERTIFIED SOLUTION
Avatar of blakeh1
blakeh1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can use the same for customdocument properties
Hi steamer

What's an ASP?

The reason for my example was because you asked

"What property do i have to use in a VBA application to show the contents description of a normal Word document"

antrat
Avatar of Steamer

ASKER

ASP are Active Server Pages which use VB script to make the content of webpages dynamic , but all processing is done on the server ( in short )

Question wasn't very clear , my apologies