Re: statistics value in VBA word
From: Jezebel (frolly_at_mkkk.com)
Date: 04/07/04
- Next message: Jezebel: "Re: Inserting blank page into document"
- Previous message: macropod: "Re: Timecode calculations"
- In reply to: Max: "statistics value in VBA word"
- Next in thread: Doug Robbins - Word MVP: "Re: statistics value in VBA word"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 7 Apr 2004 17:31:12 +1000
With Dialogs(wdDialogDocumentStatistics)
MyVar = .FileName
MyVar2 = .Paragraphs
.. etc
End With
See 'Built-in dialog box argument lists' in Help for the full list of
properties.
"Max" <mruas@libertysurf.fr> wrote in message
news:1677601c41c6d$62ec68d0$a601280a@phx.gbl...
> Hi,
>
> I use the following command:
> Application.Dialogs(wdDialogDocumentStatistics).Show
> under VBA to show statistics for a word document.
> What is the command for capturing these information in
> variables?
>
> Regards, Max
- Next message: Jezebel: "Re: Inserting blank page into document"
- Previous message: macropod: "Re: Timecode calculations"
- In reply to: Max: "statistics value in VBA word"
- Next in thread: Doug Robbins - Word MVP: "Re: statistics value in VBA word"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|