Display with Find and Replace

  • Thread starter Thread starter GaiaOne
  • Start date Start date
G

GaiaOne

I am using a shortcut key programmed with Find and replace to move from one
marker within the text of a doctument to another. Is there some way I can
disable the display from popping up each time I use this? I just need the
result. I don't need to see it work each time. Getting a bit seasick....
 
If you are simply looking for a fixed text then the following macro will
find the next instance from the cursor without popping up the dialog.

Sub FindMyText()
Selection.Find.Execute ("Text to find")
End Sub

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Graham, I'm lost. I just want to be able to pres the F2 key and jump from
one place holder to the next. I am an old DOS macro user trying to convert
the software in my head. I tried what you said, but could only get it to
work if I did the "run macro" thing. I just want a one-keystroke action. Is
this possible in a Windows environment?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top