Hi,
I'm hoping to use the UDF PrevSheet() to replace INDIRECT() for referencing data in previous sheets, TO AVOID IT BEING VOLATILE
BUT the code for the macro says this is volatile too.
Can I simple replace the line:
Application.Volatile True
with
Application.Volatile False
By which i...