Hi there, I have been trawling the internet and am having great difficulty in finding an answer to my problem.
I have code that looks at 6 counts to find the maximum, and that works perfectly:
Maximum = (Application.WorksheetFunction.Max(Count1, Count2, Count3, Count4, Count5, Count6))
What I...