Hello all. I want to check if a column within a table has been completely populated with input from the user. If there is missing data input, the routine exits. I've tried to use the WorksheetFunction.CountA(rng) function, but I'm not getting any results. Do I need to insert a loop function...