I found a method online of finding the last row in a chart using the following code
Cells.Find("*", Range("A1"), xlValues, xlWhole, , xlPrevious).Row
How can I adapt this to find the last cell in a particualr column, say G for example, I've tried changing the range, but it hasn't produced expected results