约 55 个结果
在新选项卡中打开链接
  1. Excel 的 VBA 现在还算是办公利器吗? - 知乎

    先说结论,VBA依旧是办公利器。以我的个人经历而言,在BCG做过三年咨询顾问,写了上万行的VBA程序,每个项目一千至几千行程序不等。最后将Excel用成了中控界面,类似EMACS,在Excel可以随 …

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

    2012年10月21日 · 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.

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

    C-based and Java languages, on the other hand, do not store the length and have the '\0' (null) terminator to signal that the string ended. Because of that, getting the length in VBA is fast -- it's just …

  4. Newest 'vba' Questions - Stack Overflow

    2 天之前 · 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 …

  5. vba - What does <> mean? - Stack Overflow

    I have seen this before in SQL and VB, I am now reverse engineering an Excel speadsheet and have come across the following formula: =IF(D23&lt;&gt;0,"Insufficent",0) I am converting it to ActionScr...

  6. Excel VBA 如何快速学习? - 知乎

    在VBA里面多个同类的对象通常被归拢到一个集合(collection)当中,而集合本身也是一个对象。 在Excel VBA中有各种各样的集合,工作簿集合、工作表集合、图形集合等。 对于集合对象有一些统一 …

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

    2012年6月5日 · 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?

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

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

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

    2015年7月1日 · 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 …

  10. Create folder path if does not exist (saving from VBA)

    Create folder path if does not exist (saving from VBA) Asked 8 years, 8 months ago Modified 2 years, 6 months ago Viewed 155k times