Hi
How do I return a value to my sub procedure from a function?
I created two functions to get the last row and column of a worksheet. However, after the function is ran, it resets to zero. How do I save the function amount?
Option Explicit
Option Base 1
Dim colNm As String
Dim rowNum As...