B4J Question [XLUtils] Does not detect columns with letter Z

angel_

Well-Known Member
Licensed User
Longtime User
Does not detect columns with letter Z, for example:

B4X:
Private Sub AddressCells
    Log(xl.AddressZeroToString(50, 0))
    Log(xl.AddressZeroToString(51, 0))
    Log(xl.AddressZeroToString(52, 0))
End Sub

'Return
'AY1
'B@1 <-- ??
'BA1

It replaces it with @

 

Attachments

  • Products1.zip
    2.1 KB · Views: 176
Cookies are required to use this site. You must accept them to continue using the site. Learn more…