I am running a few checks at the beginning of my macro to insure that the data is correct.
What am I doing wrong? I want to check that the sum of this range is lower than 10 before running the macro.
Set costrange = wks.Range("H8:H46")
Set costcheck =...