• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

personal.xlsb macro fails to run

Grigoriy

New Member
Hello, help is needed:
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
has been recorded into a personal.xlsb and FAILS to run on excel's [.xlsx], [.xslb] files.
 
Last edited by a moderator:
Back
Top