View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ken Johnson
 
Posts: n/a
Default Customized function (in cell) does not refresh value :o(

Hi Marc,
Is your SumSheets() function volatile?
To make it volatile you can add the following single line of code...

Application.Volatile

Make it the first line of code after the Function SumSheets() top line.

Hope this helps.

Ken Johnson