Thread: [Solved] Captions, self defined
View Single Post
 
Old 01-20-2013, 12:37 PM
Stefan Blom's Avatar
Stefan Blom Stefan Blom is offline Windows 7 64bit Office 2010 32bit
Moderator
 
Join Date: Aug 2011
Posts: 4,005
Stefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to all
Default

Sorry, I don't know if/how you can manipulate the documents directly. (XML might be a possibility, but I have never tried it.)

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"
__________________
Stefan Blom
Microsoft Word MVP

Microsoft 365 apps for business
Windows 11 Professional
Reply With Quote