Hi All
I have this module in several workbooks
Module Name: Has_Formula
I'm hoping there's a way to use the Workbook Open() event to un-comment all 4 lines![]()
Function HasFormula(rCell As Range) As Boolean Application.Volatile HasFormula = rCell.HasFormula End Function
And Workbook_BeforeClose() event to comment them all back out again
Is that even possible?
Bookmarks