Thread: [Solved] Captions, self defined
View Single Post
 
Old 01-29-2015, 04:47 PM
aarwdc aarwdc is offline Windows 8 Office 2007
Novice
 
Join Date: Jan 2015
Posts: 1
aarwdc is on a distinguished road
Default Adding a new caption label in macro

Quote:
Originally Posted by Stefan Blom View Post

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?
Reply With Quote