End Macro

  • Thread starter Thread starter Steved
  • Start date Start date
S

Steved

Hello From Steved

Question please

How do I tell the macro to finish at the botom of the
document, because it goes to the top of the document and
tries to start the macro again.

Thankyou

Season Greetings to you all.
 
Hello From Steved

Question please

How do I tell the macro to finish at the botom of the
document, because it goes to the top of the document and
tries to start the macro again.

Thankyou

Season Greetings to you all.

Hi Steve,

That depends very much on what the macro is doing.

If you're using a Find statement, look for a line that mentions .Wrap.
If it says .Wrap = wdFindContinue, try changing it to .Wrap =
wdFindStop.

If that isn't it, post the text of the macro so we can look at it.
 
Thankyou it worked a treat


-----Original Message-----


Hi Steve,

That depends very much on what the macro is doing.

If you're using a Find statement, look for a line that mentions .Wrap.
If it says .Wrap = wdFindContinue, try changing it to .Wrap =
wdFindStop.

If that isn't it, post the text of the macro so we can look at it.

--
Regards,
Jay Freedman
Microsoft Word MVP
.
 
Back
Top