About 15,500,000 results
Open links in new tab
  1. Does the += operator just not exist in VBA? - Stack Overflow

    VBA is quite different from VB.net - VBA isn't so strict with type but then again VB.net isn't as strict as c#. I like them all - VBA seems limited but if you are playing with Excel then VBA is part of …

  2. Excel VBA Loop on columns - Stack Overflow

    Dec 21, 2012 · Excel VBA Loop on columns Asked 12 years, 10 months ago Modified 5 years ago Viewed 283k times

  3. Automating Edge Browser using VBA without downloading Selenium

    Jan 7, 2022 · The advantage of this method is that it allows VBA to interact directly with Edge without IE mode and also with Chrome. Automate Chrome / Edge using VBA via CDP - Code …

  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. vba - Detect whether Excel workbook is already open - Stack …

    May 27, 2019 · In VBA, I opened an MS Excel file named "myWork.XL" programmatically. Now I would like a code that can tell me about its status - whether it is open or not. I.e. something …

  6. How Do I Convert an Integer to a String in Excel VBA?

    Jul 21, 2012 · How do I convert the integer value "45" into the string value "45" in Excel VBA?

  7. automatically execute an Excel macro on a cell change

    How can I automatically execute an Excel macro each time a value in a particular cell changes? Right now, my working code is: Private Sub Worksheet_Change(ByVal Target As Range) If …

  8. 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, 11 months ago Viewed 207k times

  9. Check if a value is in an array or not with Excel VBA

    7 Use Match () function in excel VBA to check whether the value exists in an array.

  10. multithreading - Multi-threading in VBA - Stack Overflow

    Apr 19, 2011 · Does anybody here know how to get VBA to run multiple threads? I am using Excel.