About 51 results
Open links in new tab
  1. How to add a reference programmatically using VBA

    In order to easily use the VBE's object model, you need to add a reference to Microsoft Visual Basic for Application Extensibility. (VBIDE) In order to run Excel VBA code that changes anything in a …

  2. How to add reference to Microsoft.VisualBasic.dll?

    Jan 19, 2014 · 16 You need to add a reference to the Microsoft.VisualBasic.dll The using statement you have is not a reference. It's merely a shortcut so you don't have to type the full namespace every …

  3. Unable to Resolve Microsoft.VisualBasic.dll Reference in .NET Standard ...

    Nov 14, 2023 · Imported Microsoft.VisualBasic using NuGet, but the build process still fails to find the DLL. Manually verified the DLL's presence at …

  4. Getting System Error &H80070057 (-2147024809) - Stack Overflow

    Apr 20, 2022 · I then closed the Visual Basic Editor and the error seems to have been resolved. Have only had the issue the once so can't be 100% sure it will work in every instance but worth a go.

  5. Where do I download : VBRun60sp6.exe (which installs Visual Basic 6.0 ...

    Dec 7, 2009 · For those looking for the Visual Basic 6.0: Run-Time Redistribution Pack (SP6) (vbrun60sp6): none of the official Microsoft source has it anymore. So I ended up digging through …

  6. Programmatic Access To Visual Basic Project Is Not Trusted

    Sep 3, 2014 · File -> Options -> Trust Center -> Trust Center Setttings -> Macro Settings -> Trust Access to the VBA Project object model. This is usually needed if you are referencing Extensibility …

  7. Installation of VB6 on Windows 7 / 8 / 10 - Stack Overflow

    Regarding scrolling not working: A good mouse driver takes care of that, and in case you don't have one, there's an official addin from Microsoft for that. Check this link. It's explain step by step. very …

  8. How to change default language in Microsoft Visual Basic

    I have downloaded Microsoft Visual Basic 2010 Express edition and it turns out to be a french version. How can I change the default language of the edition to english?

  9. 'Type "Global.Microsoft.VisualBasic..." is not defined' - after ...

    Jun 21, 2023 · I'm using latest version of VS 2022 preview, and I'm suffering these four compiler errors after using Net Upgrade Assistant to upgrade a .NET 4.8.1 project to .NET 8.0 preview: BC30002 …

  10. vb.net - Application crashes on startup - missing Microsoft.VisualBasic ...

    Jun 16, 2013 · I wrote a simple VB.NET application which works fine on the development machine. However on another machine, even though the .NET Framework is installed, it crashes on startup …