Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pgkjb002

    Setting Style Name in Word MAcro

    Thanks MakeItSo, Actually, the problem seemed to be the following statement... Changed: Selection.Style = ActiveDocument.Styles(wdStyleHeading2) Selection.Text = Replace(Selection.Text, "L1-", "") To: Selection.Text = Replace(Selection.Text, "L1-", "") Selection.Style =...
  2. pgkjb002

    Setting Style Name in Word MAcro

    Hi all, I'm using... Selection.Style = ActiveDocument.Styles(wdStyleHeading2) ...to set the style of the current paragraph. The Style Attributes are being set as you would expect (Arial, 14 Pt, Bold, Italic) but the Style Name is not being set. Style shows as "Normal + Arial, 14 Pt, Bold...

Part and Inventory Search

Back
Top