Hey guys,
I'm running into an issue where I can't seem to get my VBA to perform the WorksheetFunction.Max on the correct worksheet's column.
Here is the prototype for my subroutine so you can see what variables I have access to:
Sub FindExtremeValues(ByVal fileNum As Integer, ByRef fileName...