Hi,
I'm trying to work out some VBA to calculate the percentage of two integers..... not sure if I am doing the right thing.
I have these two lines counting rows not blank
Stat = Application.WorksheetFunction.CountA(Sheets("EMAIL TOOL").Range("G:G")) - 1
lstat =...