I'd like to have a macro that looks at 2 or 3 cells in a spreadsheet and simply extracts their max or min, with the least amount of code such as this:
How can this be done?![]()
max_value = Maximum(Worksheets("Sheet1").Range("D49").Value, Worksheets("Sheet1").Range("D55").Value)
Thanks
Bookmarks