About 51 results
Open links in new tab
  1. Newest 'vba' Questions - Stack Overflow

    2 days ago · 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 …

  2. Does the += operator just not exist in VBA? - Stack Overflow

    An "official" list of VBA-operators can be found in VBA help here: Help --> Microsoft Visual Basic Help --> Visual Basic for Applications Language Reference --> Visual Basic Language Reference --> …

  3. What is the equivalent of "!=" in Excel VBA? - Stack Overflow

    The problem is that != does not work as a function in excel vba. I want to be able to use If strTest != "" Then instead of If strTest = "" Then Is there another approach to do this besides !=? ...

  4. VBA Runtime Error 1004 "Application-defined or Object-defined error ...

    1 I had this issue during VBA development/debugging suddenly because some (unknown to me) function (ality) caused the cells to be locked (maybe renaming of named references at some …

  5. VBA Run-time error '-2147467259 (80004005) - Stack Overflow

    Jul 1, 2015 · I am trying to connect to mysql using Excel VBA, I am using Excel 2013. I am new to VB, so i followed this example: Inserting Data Into MySQL From Excel Using VBA Here is my connection …

  6. Parsing JSON in Excel VBA - Stack Overflow

    Jul 8, 2011 · 87 I have the same issue as in Excel VBA: Parsed JSON Object Loop but cannot find any solution. My JSON has nested objects so suggested solution like VBJSON and vba-json do not work …

  7. 'vba' tag wiki - Stack Overflow

    VBA 7 was released in 2010 to address the new 64-bit version of Microsoft Office, which shipped in 2010. There are several important changes made to VBA 7 that make it different from VBA 6, namely …

  8. Does VBA have Dictionary Structure? - Stack Overflow

    May 27, 2009 · 48 VBA does not have an internal implementation of a dictionary, but from VBA you can still use the dictionary object from MS Scripting Runtime Library.

  9. Find last used cell in Excel VBA - Stack Overflow

    xlUp Leveraged vba method xlUp which was very fast, but skipped any rows that were hidden and only operated on one column. FIND VBA method that used Excel's APPLICATION method of find which …

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

    Apr 2, 2018 · In the VBA editor, go to View, Toolbars, Customise... or right click on the tool bar and select Customise... Under the Commands tab, select the Edit menu on the left. Then approximately …