![]() |
#13
|
||||
|
||||
![]()
Try, for example:
Code:
Sub TblDemo() Application.ScreenUpdating = False With ActiveDocument.Range With .Find .ClearFormatting .Replacement.ClearFormatting .Text = "Info:" .Replacement.Text = "" .Forward = True .Wrap = wdFindStop .Format = False .MatchCase = False .MatchWholeWord = False .MatchWildcards = False End With Do While .Find.Execute If .Information(wdWithInTable) = True Then If .Text = Trim(Split(.Cells(1).Range.Text, vbCr)(0)) Then .Rows.Delete End If .Collapse wdCollapseEnd Loop End With Application.ScreenUpdating = True End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Tags |
ctrlh, dunce, vba |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
mackied | Word VBA | 9 | 07-30-2017 03:10 PM |
![]() |
tonydoneese | Excel | 4 | 01-12-2016 07:41 AM |
Strange Characters appear when selecting SHOW ALL NON PRINTING CHARACTERS | ann Amber | Word | 1 | 08-01-2015 08:06 PM |
Junk characters (box-like characters) in Word file | Sashikala | Word | 1 | 04-20-2010 02:03 PM |
Removing data between two characters | Voodoo Child | Excel | 1 | 11-26-2009 01:39 PM |