About 59 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. find - vba-excel meaning of <> (angled brackets or greater-than …

    Jun 30, 2011 · I am working with find functions in VBA Excel, so when I ran into problems I pulled some example code from the help provided in Excel. I took their code that illustrates a basic …

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

  4. 第二课:Excel 中的 VBA:什么是 Visual Basic for Applications,如 …

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

  5. 怎么打开 vba 编辑器? - 知乎

    Feb 16, 2023 · 打开VBA编辑器,即Visual Basic编辑器,可以通过以下几种方法在Excel中实现: 快捷键方式: 直接按下 Alt + F11 组合键,可以快速打开VBA编辑器。 通过Excel菜单: 确保 …

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

  7. if condition with "and" combine "multiple or" in Vba Excel

    Aug 16, 2017 · 1 I have been making validation in macro vba... How to make if condition with "and" combined with "multiple or" in vba? Here is my code:

  8. 如何能有效地学习 VBA? - 知乎

    我就不请自来了。 为什么要学VBA? 用好VBA的话确实可以给你再办公室的工作效率带来质的提升。如果有人跟你说你可以用Python什么的语言处理Excel balabala的,你可以无视他了。毕 …

  9. How should I make my VBA code compatible with 64-bit Windows?

    I have a VBA application developed in Excel 2007, and it contains the following code to allow access to the ShellExecute function from Shell32.dll: Private Declare Function ShellExecute …

  10. Excel VBA Loop on columns - Stack Overflow

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