refresh van uw screen commando

  • Thread starter Thread starter Matthias
  • Start date Start date
M

Matthias

Hi,

kan er iemand mij het cmd geven voor een screenrefresh
tijdens een macro af te vlaggen, en op het einde terug te
refreshen.

'k ben het grandioos vergeten,

merci,

matthias
 
Matthias,

In english VBA

Application.ScreenUpdating = False

Application.ScreenUpdating = True

switching it on then off (True to False) will "refresh" the
screen.

Alternatively try: microsoft.public.nl.office

Dan E
___________________________________________________________
Matthias,

In Engelse VBA

Toepassing.ScreenUpdating = Vals (Application.ScreenUpdating = False)

Toepassing.ScreenUpdating = Waar (Application.ScreenUpdating = True)

het schakelen van het (Waar tot Vals) zal het scherm "verfrissen dan
weg".

Probeer microsoft.openbaar.NL.bureau (microsoft.public.nl.office)

Dan E
 

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