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!