About 6,710 results
Open links in new tab
  1. VBA Syntax Error - Excel - Please help (easy one)

    Mar 28, 2007 · 'Above works to find that cell with 011010 but I want it to use below to find whatever the variable is. Can someone help with the syntax? 'Selection.find (What:=" & varItemNumber & ", …

  2. unable call javascript from vba in IE11 - social.msdn.microsoft.com

    Jan 6, 2015 · I am unable call javascript from Word macro (VBA) in IE 11. IeObject.Paraentwindow.excescript showing access Denied. Then I try

  3. [Microsoft] [ODBC Microsoft Access Driver] Syntax error in UPDATE …

    Mar 28, 2006 · User-1403644429 posted Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft] [ODBC Microsoft Access Driver] Syntax error in UPDATE statement. …

  4. Refresh Excel PivotTables linked to Access queries with VBA

    Feb 20, 2013 · I am new to VBA and am attempting to automate several reports that are a part of my everday job responsibilites. I have a couple PivotTables in Excel linked to an Access database. I can …

  5. Compiling erro C2061 with VS 2011 Beta version

    Apr 5, 2012 · C:\Program Files\Windows Kits\8.0\Include\um\oleidl.h (1230): error C2061: syntax error : identifier 'LPMSG' C:\Program Files\Windows Kits\8.0\Include\um\oleidl.h (2143): error C2061: …

  6. Querying Informix - TSQL syntax is used - social.msdn.microsoft.com

    Dec 12, 2008 · It is taking your named query, using it as a nested statement within a SELECT statement it assembles which uses the 2000 t-SQL syntax. The only workaround there may be for this is to …

  7. Excel 2016 hard crash in VBE7.DLL Exception 0xc0000027

    May 13, 2019 · I found the limitations with using the menus to modify the toolbar UI to be unacceptable (hard-coded pathnames to the file and macro embedded in the toolbar button's XML!? ridiculous! …

  8. Table to Outlook by VBA doesn't have bottom border

    Aug 6, 2012 · Everything works great except it doesn't include the bottom border. I am using Excel & Outlook 2007. What do I need to change to include the bottom border for the table.

  9. VBA Connection String for SQL Server - social.msdn.microsoft.com

    Dec 6, 2017 · I am trying to retrieve data from an SQL server using VBA in Excel. I have got stumped at the very first hurdle. I can not connect to the server. I am currently using the below code: Dim oCon …

  10. VBA and authentication sharepoint - social.msdn.microsoft.com

    Jan 19, 2015 · I'm currently working on a project with access 2010, the application will need to download files stored on sharepoint. I managed to do this by using web services (SOAP requests). That only …