View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal Robert Crandal is offline
external usenet poster
 
Posts: 309
Default Formulas on many sheets

If I have N sheets and each sheet contains its own formulas
which reference any sheet but itself, then in what order do the
formulas get calculated???

Is it safe to assume that Excel will run all formulas starting
in Sheet #1, moving up until Sheet #N??? (Meaning, the
formulas in Sheet #N will be run last?)

thank you