Find Last Row of a Specific Column
How to find the last row of a specific column, rather than the entire sheet. Important notes: * Make sure the variable used to store the row is declared and instantiated outside and above the FOR() loop so that it can be accessed and used read more