
01-29-2015, 04:47 PM
|
Novice
|
|
Join Date: Jan 2015
Posts: 1
|
|
Adding a new caption label in macro
Quote:
Originally Posted by Stefan Blom
Adding a caption label could be done in an ordinary Word macro (Visual Basic for Applications), of course, if that helps. In the simplest case:
Code:
Application.CaptionLabels.Add "My caption label here"
|
A question on this code.
Could it be amended to add 'include chapter number' setting to that macro?
|