Hi everyone,
Just could use some help with the code below:
Option Explicit
Option Compare Text
Private Sub CopyLoadData()
'Variable declaration
Dim StartCellRow As Integer, StartCellColumn As Integer, i As Integer
Dim sht As Worksheet
Dim region As String, RevDate As String
Dim rng As Range...