The variables
Option Explicit
Dim objFSO, objFile As Object
Dim objConnection, objRecordset As Object
Dim LastLocalChange, LastDbUpdate As Date
Dim DbFile, ConnString As String
This part of the code sync to the database:
Sub SyncToDatabase()
DbFile = Sheet1.Range("M5").Value 'Customer...