Who can tell me if the following code is repeating actions that it has previously done within the code?
Public Sub RetrievePOData()
Dim LastCols As Long, LastCols1 As Long
Dim LastRow As Long, LastColDS As Long
Dim strPartNums As String, mySQLHeader As String
Dim mySQL As...