Search results

  1. N

    Can't get Excel to close

    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...
  2. N

    Run time error 91 - Stuck!

    I've been working on this code for hours and changed many things and I'm still stuck. The code runs fine the first time then when I run it a second time I get the run time error-91...... I looked at many posts on this subject and have changed code but still can't figure it out. Sub...
Back
Top Bottom