View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nirmal Singh[_2_] Nirmal Singh[_2_] is offline
external usenet poster
 
Posts: 9
Default Forcing VBA to wait until sheet completely calculated



Is there some way of checking whether any cells in a worksheet have not been calculated yet?

I want to proceed with my VBA code only when the sheet has been completely calculated.