Docvar, TOC, fields

M

Marcel

Hi,

I'm new here and my questions will probably prove that ;-)

I'm a little spoiled with programming in VBA-Word. Does Publisher has TOC
fields, Heading 1 etc, maybe some document variables I can use?

I can't find thing like that. If it omitting these stuff is there another
way to mimic this?

Regards,

Marcel
 
E

Ed Bennett

Marcel said:
I'm a little spoiled with programming in VBA-Word. Does Publisher has
TOC fields, Heading 1 etc, maybe some document variables I can use?

a) The correct newsgroup for VBA questions is
microsoft.public.publisher.programming.
b) There are no document variable fields that I've ever encountered.
I can't find thing like that. If it omitting these stuff is there
another way to mimic this?

Look at the name of the current style?

TextRange.ParagraphFormat.TextStyle
 
M

Marcel

Hi Ed,

Thanks for your information.


Ed Bennett said:
a) The correct newsgroup for VBA questions is
microsoft.public.publisher.programming.
b) There are no document variable fields that I've ever encountered.


Look at the name of the current style?

TextRange.ParagraphFormat.TextStyle
 

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