View Single Post
 
Old 04-07-2014, 08:36 AM
ilsamaria ilsamaria is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Apr 2014
Posts: 7
ilsamaria is on a distinguished road
Default How to fix the caption separators with VBA word

Hi,

I'm currently making a VBA macro which sets the whole word document in a correct style. I only have problems fixing the separators of the captions.

The captions of the tables and the figures allready exist, I just need a macro which corrects all the captions to separators with periods.

I know it has something to do with:

With CaptionLabels("Figure")
.separator = wdSeparatorPeriod
.includeChapterNumber = true
End with

But how to acitivate this for all the captions?
Reply With Quote