Re: Find method rebound sometimes
- From: "Antonio Pérez" <aperezcarro@xxxxxxxx>
- Date: Thu, 18 Aug 2005 13:18:49 +0200
Here you are :
'-----------------------------------------------------------------------------------------------------
Selection.HomeKey wdStory ' go to top
Selection.Find.ClearFormatting
With Selection.Find
.Style = 'somestyle'
.Text = " "
Do
ok = .Execute(, , , , , , True, wdFindStop)
Loop While ok = True
End With
'---------------------------------------------------------------------------------------------------------
I'm going to explain it again :
In certain situations my code work fine, however inside tables or when I
have only a 'enter' or carriage return this macro find allways the same
solution.
thanks
"Helmut Weber" <HelmutWeber@xxxxxxxxxxxxxxxxxxxxxxxxx> escribió en el
mensaje news:BC404675-D322-4F31-8464-5397F6D3FEDF@xxxxxxxxxxxxxxxx
> Hi Antonio,
>
> hm...
>
> I think you should rather post the code that causes the problem
> than your attempts at solving them. ;-)
>
> Greetings from Bavaria, Germany
> Helmut Weber, MVP WordVBA
> "red.sys" & chr(64) & "t-online.de"
> Word 2002, Windows 2000
>
>
>
>
.
- Follow-Ups:
- Re: Find method rebound sometimes
- From: Helmut Weber
- Re: Find method rebound sometimes
- References:
- Find method rebound sometimes
- From: Antonio Pérez
- RE: Find method rebound sometimes
- From: Helmut Weber
- Find method rebound sometimes
- Prev by Date: Re: Which menu item activated - how?
- Next by Date: Re: Find method rebound sometimes
- Previous by thread: RE: Find method rebound sometimes
- Next by thread: Re: Find method rebound sometimes
- Index(es):
Relevant Pages
|