About 4,710,000 results
Open links in new tab
  1. What is the equivalent of "!=" in Excel VBA? - Stack Overflow

    Because of that, getting the length in VBA is fast -- it's just reading an integer from memory -- and is slow in Java -- you need to iterate through the string.

  2. Newest 'vba' Questions - Stack Overflow

    Visual Basic for Applications (VBA) is an event-driven programming language which was first introduced by Microsoft in 1993 to give Excel 5.0 a more robust object-oriented language for …

  3. vba - Loop through each row of a range in Excel - Stack Overflow

    Jul 8, 2019 · 134 This is one of those things that I'm sure there's a built-in function for (and I may well have been told it in the past), but I'm scratching my head to remember it. How do I loop …

  4. vba - Continue For loop - Stack Overflow

    Heck, I wrote so much VBA code at one time (before CS and IT were a thang) that I couldn't even recognise that I was the one who wrote some of it. Appreciate the intellectual exercise 25 …

  5. ms access - VBA shorthand for x=x+1? - Stack Overflow

    VBA shorthand for x=x+1? Asked 11 years, 11 months ago Modified 3 years, 10 months ago Viewed 207k times

  6. vba - Excel column number from column name - Stack Overflow

    Jun 27, 2018 · How to get the column number from column name in Excel using Excel macro?

  7. vba - Is there a way to use macros in Excel online version (office …

    Feb 17, 2021 · I worked on excel macros for widows application to load data. I have created the add-in but now I have to use the same add-in in excel online version which is web based or is …

  8. vba - Removing All Spaces in String - Stack Overflow

    Feb 18, 2017 · I created a macro for removing all whitespace in a string, specifically an email address. However it only removes about 95% of the whitespace, and leaves a few. My code: …

  9. vba - How to add default signature in Outlook - Stack Overflow

    54 I am writing a VBA script in Access that creates and auto-populates a few dozen emails. It's been smooth coding so far, but I'm new to Outlook. After creating the mailitem object, how do I …

  10. vba - Clear filter from Table - Stack Overflow

    Oct 18, 2015 · I'm trying to run a macro that replaces data in a table in Excel, when the data might initially be filtered. The code should remove the filter first, then run the rest of the code. I tried …