This code runs fine but it won't close excel. I'm fairly new to manipulating excel from Access using VBA.
Any help would be appreciated.
Sub PullInData()
On Error Resume Next
Dim strCheck As String
Dim strCursor As String
Dim lngRowPrevious As Long
Dim lngCarrierRow As Long
Dim lngRow As...