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

  2. vba - automation error -2146232576 (80131700) on creating an …

    Nov 16, 2016 · What are the bit level (32 or 64 bit) of the OS and of Excel on the non-working computer, and how do they compare to a PC where there's no error? Also compare your .NET …

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

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

  4. What is the difference between := and = in Excel VBA

    Nov 23, 2016 · I have been working with Excel for a while, yet i have never read what is the difference between these two operators ("regardless of i have used both") := and = in Excel VBA

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

    Aug 16, 2017 · if condition with "and" combine "multiple or" in Vba Excel Asked 7 years, 10 months ago Modified 2 years, 3 months ago Viewed 32k times

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

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

  8. filter out multiple criteria using excel vba - Stack Overflow

    Feb 18, 2015 · Alternative using VBA's Filter function As an innovative alternative to @schlebe 's recent answer, I tried to use the Filter function integrated in VBA, which allows to filter out a …

  9. VBA + Excel + Try Catch - Stack Overflow

    VBA will allow you to adhoc use variables, but its difficult to maintain if you do that. Add to the beginning of your code, right after version dim URL as string dim objHTTP as object

  10. vba - Run Time Error 5 - Invalid Procedure Call or Argument

    May 30, 2015 · Looks like you might have an issue supplying a name to the table that is a fixed value. You are calling it PivotTable6 but that name is only available the first time you create …