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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by WaleedAK

  1. WaleedAK

    Selection.Find.Execute loop doesn't stop

    This is the code Sub Macro4() Dim start1 As Integer Dim start2 As Integer Dim rng As Range With Selection.Find .ClearFormatting .Text = "" .Replacement.Text = "" .Forward = True .Wrap = wdFindStop .Format = True .Font.Bold =...
  2. WaleedAK

    Selection.Find.Execute loop doesn't stop

    That should work. 1-Select the beginning of the document 2- Set the find criteria --Start the Loop 3- Find with forward ‘Execute’ 4- Do your change 5- Set the selection after the location that you changed --End the Loop

Part and Inventory Search

Back
Top