View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Kevin Stecyk Kevin Stecyk is offline
external usenet poster
 
Posts: 74
Default Turning off Screen Refresh

Sullivan,

I think you are looking for the

application.screenupdating=false

command.

Best regards,
Kevin

"sullivan" wrote in message
...
Is there any way to turn off screen refresh while running
a program in VB?

Sullivan