View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andy Andy is offline
external usenet poster
 
Posts: 2
Default Difference between range.formula and range.formulalocal

Hi,
If I'm writing a macro to check for the formula in a cell,
which proporty should I be using to be internationally
portable.
Say if I write the macro in English, I should be using
the formula proporty and not the FormulaLocal property
right?

Thanks
Andy