About 53 results
Open links in new tab
  1. 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 --> …

  2. 第二课:Excel 中的 VBA:什么是 Visual Basic for Applications,如何使用

    VBA 是一种高级语言,您可以使用它来使 excel 屈服于您所有强大的意志。 VBA 实际上是 Visual Basic 6.0 BASIC 的一个子集,代表 B eginners A ll-Purpose S ymbolic I nstruction Code 。 为什么选择 …

  3. 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 writing macros and …

  4. 非常实用Excel VBA 100个经典函数源码大全-常用功能 (全网首发-别只 …

    Feb 13, 2025 · 非常实用的Excel VBA 100个经典函数源码大全-常用功能 (全网首发-必收藏) 花了整整5个小时的功夫,终于完成了这100个经典函数代码的整理,翻译及排版 (知乎的格式总是容易变形及崩 …

  5. What operator is <> in VBA - Stack Overflow

    Oct 21, 2012 · I was studying some vba code and came across this: If DblBalance &lt;&gt; 0 Then I can't figure out what operator this is, any help would be appreciated.

  6. 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 !=? ...

  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. 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 …

  9. excel - Use of symbol # (hash) in VBA Macro - Stack Overflow

    Jun 5, 2012 · What is the meaning of the use of the # symbol in Excel VBA? It is used like this: a = b /100# I don't understand the significance of # after the 100?

  10. 请问 Excel 里面的 VBA 具体能做什么?有哪些实际的用途?

    10、一键快速查询基金信息、基金净值 怎么样,比手工操作要强不止十倍、百倍吧~~~其实VBA能做的远远不止这些,上面的例子只是非常小的一部分。 但是如果能懂点VBA基础,并且能够积累一些常用 …