ok so I have some data sent over to me in tables. I need to run some automated activities on these tables. I have found that my trusty old last row and last column functions are not reading the data in the tables.
Trusty Last column code
Public Function LASTCOL(ws As Worksheet)
Dim rngLCOL...