Results 1 to 7 of 7

Windows 10 update wont run my code!!

Threaded View

  1. #1
    Forum Contributor
    Join Date
    01-27-2015
    Location
    New hampshire
    MS-Off Ver
    excel 2013
    Posts
    143

    Windows 10 update wont run my code!!

    I have this workbook that I ran on windows 7 but it will ont open the connection to access db in windows 10. every time it goes to run the line
    cnn.Open "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & AccessFile
    it just says not responding and restarts excel.
    any ideas why? thank you


    
    Set cnn = New ADODB.Connection
    cnn.Open "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & AccessFile
    cnn.CursorLocation = adUseClient
    
    Set rs = New ADODB.Recordset
    
    rs.Open SQL, ActiveConnection:=cnn, _
    CursorType:=adOpenDynamic, LockType:=adLockOptimistic, _
    Options:=adCmdText
    
    If rs.EOF And rs.BOF Then
        rs.Close
        cnn.Close
        Set rs = Nothing
        Set cnn = Nothing
        Application.ScreenUpdating = True
        MsgBox "No records found!", vbCritical, "No Records"
        Exit Sub
    End If
    Last edited by Jenkins27; 06-27-2016 at 11:38 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Calculating hour outside core hours when all hours fall outside core
    By lyn@centuryorchards. in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-22-2014, 06:45 PM
  2. Program wont run in windows 7
    By gjjh25 in forum Microsoft Windows Help
    Replies: 5
    Last Post: 02-28-2013, 07:16 AM
  3. Windows 7 :MY Game wont Run on Windows 7
    By 123moviesstm in forum Microsoft Windows Help
    Replies: 2
    Last Post: 06-16-2012, 08:55 AM
  4. Excel CPU Usage - Single Core/Multi Core (balanced/unbalanced?)
    By winstontj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-03-2010, 07:22 PM
  5. Pie Chart wont update
    By manny_cb in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 09-01-2009, 02:57 PM
  6. formula wont update
    By Arien in forum Excel General
    Replies: 4
    Last Post: 02-21-2006, 09:27 AM
  7. [SOLVED] Why wont my Pivot table update?
    By Darin Kramer in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-19-2006, 08:30 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1