I came across the following VBA split code:
lngLastRow = Split(wbactive.worksheets(CStr(xl_SheetName).Range(DataRange).Address,"$")(4)

I understand this is to determine the last row number, however what is the ending "(4)" supposed to do? Thank you for your inputs in advance!