A
agreenfield1
I am using the command
Selection.InsertCaption Label:="Figure",
TitleAutoText:="InsertCaption1", _
Title:="", Position:=wdCaptionPositionBelow
to place a caption. How can I return the figure caption number just
inserted to my VBA program?
Thanks,
Andrew
Selection.InsertCaption Label:="Figure",
TitleAutoText:="InsertCaption1", _
Title:="", Position:=wdCaptionPositionBelow
to place a caption. How can I return the figure caption number just
inserted to my VBA program?
Thanks,
Andrew