About 28,100 results
Open links in new tab
  1. Microsoft Visual Basic for Applications, clearSCADA, SCADA

    Feb 3, 2017 · Developing an interface in excel to access a database in a SCADA application (clearSCADA by Schneider) Require the ability to list all properties of an object in Visual Basic …

  2. Merge and filter Multiple CSV files Excel VBA - Stack Overflow

    Oct 25, 2021 · With Excel VBA Code I would like to merge multiple CSV files (; separated) and filter them according to one Column 'Résultat'. So far I can read inside a folder and loop …

  3. vba - How to Export VBAProject in Excel - Stack Overflow

    Private Sub TestExporter() ExportVbaProject ThisWorkbook.FullName, ThisWorkbook, True End Sub It does need Microsoft Visual Basic for Applications Extensibility to be referenced. If you …

  4. How to close Visual Basic Application using vba code

    How to let people to use the visual basic application without view the code? Once user close the vba,automatic will go into coding window. I just want remain the excel file open.

  5. "Can't find Project or Library" for standard VBA functions

    I had the same problem. This worked for me: In VB go to Tools » References Uncheck the library "Crystal Analysis Common Controls 1.0". Or any library. Just leave these 5 references: Visual …

  6. Are VBA and BASIC the same thing? - Stack Overflow

    Apr 2, 2019 · Visual Basic for Applications (VBA) is used to create macros in Excel and other Microsoft applications. Visual Basic (VB) is a similar language (also created by Microsoft), with …

  7. How to search through VBA code files - Stack Overflow

    The steps below, can be modified, to suit applications available, but the result is the same - searchable text. From the VBA Editor, right click the project name, and click print, from the …

  8. I cannot enable macro in my Excel, there is always a pop-up of ...

    Aug 13, 2023 · I cannot enable macro in my Excel, there is always a pop-up of Microsoft Visual Basic for Applications that says 'missing end bracket' Asked 2 years, 2 months ago Modified 2 …

  9. Excel VBA Run-time Error '32809' - Trying to Understand it

    This is my go-to fix for most VBA issues that don't have an obvious fix. Before hitting "Enable Content", open VBA and go to Tools > References Uncheck "Microsoft Visual Basic for …

  10. When will VB6 application support end? - Stack Overflow

    Jan 9, 2015 · 11 Microsoft no longer supports VB6 development and support from Microsoft has already stopped. But VB6 applications still run on Windows 8.1. See also this article titled …