About 5,860 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. 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 …

  3. 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 …

  4. download file with VBA - social.msdn.microsoft.com

    Aug 23, 2012 · i need to download a csv file from a website which needs log-in, is there any possibility to do it with VBA?

  5. 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:

  6. How to disable excel macro security popup when opening a macro …

    Apr 19, 2013 · I have a macro enabled excel file in Excel 2010 (.xlsm). I have added this file location to Trusted location. So when i open this excel file by double clicking it I get no macro …

  7. worksheet_change and data validation - social.msdn.microsoft.com

    May 18, 2009 · I have an Excel spreadsheet in which one column has data validation set. So the cells in this column have drop-down lists with the pre-set allowed values. Now I want the cell in …

  8. 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". …

  9. Open and Write to an Excel file from VB.Net Form

    May 28, 2010 · Check the spelling of the file name, and verify that the file location is correct. If you are trying to open the file from your list of most recently used files, make sure that the file has …

  10. [VBA] Socket - Win7 - social.msdn.microsoft.com

    Jul 17, 2010 · - I have written a simple Macro in Excel 2003 which is able to open Matlab and communicate with it by means of a socket. Here is the relevant part of the code: