Hi all
I have come across a bit of a problem in my VBA coding which is throwing up a issue.
I take out a rounding error in my code with this statement, with EntryList declared as an Integer
EntryList = (LastCol - 10) / 2
so if LastCol is 71 then EntryList is set to 30 (ie 71-10 = 61 & 61 / 2...