Hi all,
Using Excel 365.
I am trying to find the last used column on the worksheet.
However, it is consistently returning 11 where I expect 10.
I highlighted column 11 to right and cleared all.
Still, the code returns 11.
What am I missing?
Thanks,
-w
Sub foo()
Dim wb As Workbook...