View Single Post
 
Old 04-28-2014, 01:15 AM
macropod's Avatar
macropod macropod is offline Windows 7 32bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,341
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Your original code works fine for me as part of a complete macro:
Code:
Sub Demo()
With CaptionLabels("Figure")
  .Separator = wdSeparatorPeriod
  .IncludeChapterNumber = True
End With
End Sub
PS: I've deleted the new thread you've just started on the same topic. Please don't create multiple threads for a single issue!
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote