View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
skiloa skiloa is offline
external usenet poster
 
Posts: 8
Default Clumsy VBA Code for Chart Source Data from Loop

First to prevent the screen flashing and save time, after the first
line (sub...) type in Application.ScreenUpdating = False.