Lines while executing code for find n replace

S

siddarth

H

While executing code for find and replace functionality 2 horizontal lines are coming on the 1st page of the doc
How to get rid of the same.pls let me know if any one has experienced that problem..

thnk
 
J

Jean-Guy Marcil

Bonjour,

Dans son message, < siddarth > écrivait :
In this message, < siddarth > wrote:

|| Hi
||
|| While executing code for find and replace functionality 2 horizontal
lines are coming on the 1st
|| page of the doc. How to get rid of the same.pls let me know if any one
has experienced that
|| problem...
||
|| thnks

Please do not multipost.

If you want you can crosspost (Many newsgroups in the To: field when you
crate your message.)

The reason is simple:
People may end up "wasting" their time answering a post that has already
been answered elsewhere, thus it may be very likely that their particular
response to a post be totally ignored if the reply received elsewhere was
satisfactory to the original poster.

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 
P

Peter Hewett

Hi siddarth

Do these lines appear on just the screen while the code runs? Is all OK after the code
has finished? If this is the case you use:

' Prevent screen artifacts and flickers
Application.ScreenUpdating = False

' make your changes here

' Let the user see what's going on...
Application.ScreenUpdating = True

HTH + Cheers - Peter
 

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

Top