T
Todd Huttenstine
numcount = Application.WorksheetFunction.Count(Worksheets
(1).Columns("B:B")) * 0.1
How do I round the above variable up to the next whole
number? For instance currently this code is calculating
to 7.1. I need it to show 8.
Thank you
Todd Huttenstine
(1).Columns("B:B")) * 0.1
How do I round the above variable up to the next whole
number? For instance currently this code is calculating
to 7.1. I need it to show 8.
Thank you
Todd Huttenstine