From: Jess on 14 Apr 2010 17:13 How can I do this and change the caption in the label?
From: Jess on 14 Apr 2010 17:26 "Jess" wrote: > How can I do this and change the caption in the label? - Using VBA
From: Jess on 14 Apr 2010 17:42 "Jess" wrote: > How can I do this and change the caption in the label? Sorry Not VBA but VB6
From: Graham Mayor on 15 Apr 2010 00:50 This forum is for Word vba. If you want some help with this you will need to explain *exactly* what you mean. We are not mind readers. What sort of label? Caption? -- <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org <>>< ><<> ><<> <>>< ><<> <>>< <>><<> "Jess" <Jess(a)discussions.microsoft.com> wrote in message news:F0EE799A-902F-407C-BAC2-B36668C958FA(a)microsoft.com... > > > "Jess" wrote: > >> How can I do this and change the caption in the label? Sorry Not VBA but >> VB6
From: Doug Robbins - Word MVP on 15 Apr 2010 04:42 A caption consists of a { SEQ } field pre-fixed by the label so if you want to insert a caption for a Widget, you could use With ActiveDocument Selection.InsertBefore "Widget " Selection.Collapse wdCollapseEnd .Fields.Add Selection.Range, wdFieldEmpty, "SEQ widget" End With -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP, originally posted via msnews.microsoft.com "Jess" <Jess(a)discussions.microsoft.com> wrote in message news:87C4B2DB-D605-42DF-9911-2C7300B697AC(a)microsoft.com... > How can I do this and change the caption in the label?
|
Next
|
Last
Pages: 1 2 Prev: fieldcodes in textbox formfields Next: Word 2007 VBA- Application.filesearch |