![]() |
#2
|
||||
|
||||
![]()
You could use something like:
Code:
Sub Demo() Application.ScreenUpdating = False With ActiveDocument.Range With .Find .ClearFormatting .Replacement.ClearFormatting .Text = "Assessed:^l" .Replacement.Text = "" .Forward = True .Wrap = wdFindStop .Format = False .MatchCase = True .MatchWildcards = False .Execute End With If .Find.Found Then .Collapse wdCollapseEnd Call InsertSignatureMacro End If End With Application.ScreenUpdating = True End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Macro to find a word in first row of table and then perform two macros | hmsrose | Word VBA | 5 | 01-30-2015 12:17 AM |
![]() |
arjfca | Word | 2 | 12-04-2014 12:53 AM |
![]() |
Paulsh | Word VBA | 1 | 11-01-2011 03:15 AM |
Call Excel from Word | donlincolnmsof | Word | 0 | 10-14-2011 05:02 PM |
![]() |
KramerJ | Excel | 2 | 05-11-2009 11:33 AM |