Hello, help is needed:
The following function:
>>> use code - tags <<<
has been recorded into a personal.xlsb and FAILS to run on excel's [.xlsx], [.xslb] files.
The following function:
>>> use code - tags <<<
Code:
Public Function IndirectNotVolatile(sheetName As String, sheetRange As Range) As Variant
Set IndirectNotVolatile = Worksheets(sheetName).Range(sheetRange.Address)
End Function
Last edited by a moderator: