Style

M

Martin Seelhofer

Hi Ken
Does anyone know how to get all the styles from word,
include user defined? thanks

Run the following code in the immediate window of the VB-Editor:

for each sty in activedocument.Styles:debug.Print sty:next


Cheers,

Martin
 

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

Top