G
Guest
Is there an equivalent to
'LastRow = Cells(Rows.Count, "A").End(xlUp).Row'
for finding the last column to the right that contains data?
'LastRow = Cells(Rows.Count, "A").End(xlUp).Row'
for finding the last column to the right that contains data?