I'm trying to find the maximum value in all of the non-empty cells of a single column, column A, of an inactive sheet.
I've been trying to use this line:
This seems easy, but I can't think of what to use as the argument for max()![]()
maximum = Application.WorksheetFunction.Max()
Any suggestions?
Bookmarks