Thread: Screen updating
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
stratuser stratuser is offline
external usenet poster
 
Posts: 21
Default Screen updating

I have a macro that pastes Excel charts into PowerPoint.
I'd like to turn off the screen updating in PowerPoint as
this macro runs. Is there a PowerPoint command equivalent
to the Excel command

Application.ScreenUpdating = False ?