About 1,730,000 results
Open links in new tab
  1. How do i work in Visual Basic in VS Code or Mac? - Stack Overflow

    Jan 27, 2023 · Visual Basic is not officially supported on Visual Studio Code or Visual Studio for Mac. However, there are some third-party extensions that you can use to add support for …

  2. Excel VBA App stops spontaneously with message "Code …

    Mar 2, 2023 · P-code is the intermediate code that was used in Visual Basic (before .NET) and hence it is still used in the VBA. It enabled a more compact executable at the expense of …

  3. Code 128 Barcode generation in vb.net - Stack Overflow

    Oct 11, 2012 · I am attempting to take a string and convert it into a code 128 barcode in vb.net. I am a novice programmer and was wondering what some people thought would be the best …

  4. Removing the password from a VBA project - Stack Overflow

    Jun 12, 2018 · How can I programmatically remove a (known) password from an Excel VBA project? To be clear: I want to remove the password from the VBA Project, not the workbook …

  5. Using Visual Studio Code for vb.net - Stack Overflow

    Aug 28, 2018 · I program in vb.net, I'm switching from visual studio big edition to vs code to be more portable. One feature I really miss is intellisense ? Can I make it work with vb.net ? While …

  6. ms word - How to Pretty print VBA code? - Stack Overflow

    Apr 5, 2010 · The following works with Visual Studio Code: Start VS Code. New file. Copy & Paste the VBA code into the VS Code window. In the lower right-hand corner, click on "Plain …

  7. How to solve Excel VBA: Compile error in hidden module

    Dec 17, 2020 · Open Excel file which is having issue, press Alt + F11 go into its Visual Basic Editor. From the Tools menu select References ( Note, if references option is disabled in tools …

  8. vb.net - How to exit an application properly - Stack Overflow

    Nov 25, 2010 · 1 The following code is used in Visual Basic when prompting a user to exit the application:

  9. Wait .5 seconds before continuing code VB.net - Stack Overflow

    Wait .5 seconds before continuing code VB.net Asked 12 years, 8 months ago Modified 2 years, 7 months ago Viewed 443k times

  10. How to open up a form from another form in VB.NET?

    Dec 17, 2013 · -1 You may like to first create a dialogue by right clicking the project in solution explorer and in the code file type