Hello again.
I am running into a compile error saying “Sub or Function Not Defined” for the following:
LastRowInOneColumn
Could you please help me out!
Here is my code:
Range(strCopyRange).Select
Selection.Copy
currentWB.Activate
Sheets(strWhereToCopy).Select
LastRow =...