Hell all,
I have an existing code to find the number of rows in a worksheet but I would like to find the last column as well, the existing find last row code reads below:
rowcount = GetWorksheet(handle,workbookname,worksheetname).Cells.Find("*", , ...