About 7,740 results
Open links in new tab
  1. VBA - Excel - Saving an embedded text file on disk.

    Jul 13, 2012 · Using VBA, I need to manipulate the content of a simple flat text file (.txt) which has been embedded in a Microsoft Office Excel document. I need to save it as a file and/or being …

  2. Sample VBA code doesn't work if a Personal Macro Workbook is …

    Dec 28, 2017 · The sample code provided in GetObject Function doesn't work with Excel 2016 32bit 8730.2102 if a Personal Macro Workbook is used. I tested scenarios in which Excel is …

  3. Create a new VBA project - social.msdn.microsoft.com

    Apr 9, 2014 · An Excel VBA project is ALLWAYS part of a workbook. And a workbook can only contain ONE VBAProject. So you add a new project by starting a new workbook (control+n) or …

  4. VBA Workbooks.open method opens file in Read only

    Oct 11, 2016 · I am using below method to open the file from SharePoint but it opens read only. I want to open it in edit mode. I have mapped sharepoint documents library as network drive folder.

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

    Dec 6, 2017 · Sub ADOExcelSQLServer () ' Carl SQL Server Connection ' ' FOR THIS CODE TO WORK ' In VBE you need to go Tools References and check Microsoft Active X Data Objects …

  6. Adding Classes WithEvents to MS Access Form

    Jul 12, 2013 · I have a difficult time believing that the VBA in Access is different from the VBA in Excel. OTOH, if your class is in a library, then publicly exposing the name of the class so it can …

  7. Pivot tables in Excel from Access VBA - social.msdn.microsoft.com

    May 20, 2013 · The code itself is a straight conversion from a recorded Excel VBA macro, with some tweaking on my part to make it run via Access VBA (creating the Excel.application …

  8. VBA acting om windows message queue

    Feb 9, 2017 · I want to trigger a VBA sub or function by an external (home made) program.

  9. VBA - opening web connect file (.iqy) - social.msdn.microsoft.com

    Jul 22, 2015 · I'm using vba to open a file (owssvr.iqy) with excel. This file is an export from SharePoint 2007. When excel starts up, I get this dialog box:

  10. VBA-Excel Cell Default Value - social.msdn.microsoft.com

    Jun 2, 2020 · Using VBA, I am running an embedded application within Excel to perform multivariable, linear regression. The name of this application is "ATPVBAEN.XLAM!Regress". …