Hi,
I cannot determine why I am getting the error "Object required" for the following coding for LastRowText:
Set variables
Dim PPDR As Worksheet
Set PPDR = ThisWorkbook.Sheets("PPDR")
Dim SPS As Worksheet
Set SPS = ThisWorkbook.Sheets("SPS+")
Dim Data As...