About 50 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 Visual Basic on …

  2. 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 or any worksheets.

  3. How do I make vba code compatible with libre office

    Apr 12, 2017 · From LibreOffice's online help file: With a few exceptions, Microsoft Office and LibreOffice cannot run the same macro code. Microsoft Office uses VBA (Visual Basic for …

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

    Nov 25, 2010 · Usually, I will just use Environment.Exit(code) to exit an application. (Usually through a button click.) But I would like to know is it the proper way to exit, ie, releasing memory etc etc...

  5. How to comment and uncomment blocks of code in the Office VBA …

    Oct 17, 2012 · 1 Steps to comment / uncommented Press alt + f11/ Developer tab visual basic editor view tab - toolbar - edit - comments.

  6. Is it possible to write Excel VBA Code in Visual Studio

    Apr 19, 2014 · However, you can write VSTO (Visual Studio Tools for Office) managed add-ins for Excel using Visual Studio. The following MSDN page covers both developing with VBA and VSTO. Excel …

  7. Visual Basic code to Select and Delete filtered rows of data

    Mar 8, 2022 · Visual Basic code to Select and Delete filtered rows of data Asked 3 years, 11 months ago Modified 3 years, 11 months ago Viewed 3k times

  8. Validating e-mail with regular expression VB.Net - Stack Overflow

    6 Pick your favorite regex from my article on matching email addresses with a regex, and plug it into this Visual Basic code:

  9. How to Code Hours, Minutes, Seconds Timer Visual Basic

    May 6, 2022 · Visual Basic isn't my strong suite to say the least so can't quote the exact code in an answer, but it looks like all your variables are local inside the function and are set to 0 (and count …

  10. How do I delay code execution in Visual Basic (VB6)?

    How do I delay code execution in Visual Basic (VB6)? Asked 17 years, 5 months ago Modified 4 years, 10 months ago Viewed 89k times