View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
DM Unseen DM Unseen is offline
external usenet poster
 
Posts: 233
Default Accessing Menu Options from VB Code

Application.Calculation = xlCalculationManual

DM Unseen

PS there are other properties/events as well that control calcuation,
but this is what you asked for.