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

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

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

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

  4. How to do a "Save As" in vba code, saving my current Excel …

    I have an Excel Workbook that on form button click I want to save a copy of the workbook with the filename being the current date. I keep trying the the following ActiveWorkbook.SaveAs …

  5. vba - Meaning of .Cells (.Rows.Count,"A").End (xlUp).row - Stack …

    Nov 21, 2014 · It is used to find the how many rows contain data in a worksheet that contains data in the column "A". The full usage is lastRowIndex = ws.Cells(ws.Rows.Count, …

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

  7. vba - Get User Selected Range - Stack Overflow

    Nov 2, 2010 · How can I get a range of cells selected via user mouse input for further processing using VBA?

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

  9. vba - Purpose of using sub routines over functions - Stack Overflow

    Jul 3, 2020 · So the basic difference between a sub and function in VBA or in fact in most programming languages is quite much the same. And the benefits of using a function in …

  10. Automating Edge Browser using VBA without downloading Selenium

    Apr 10, 2024 · The advantage of this method is that it allows VBA to interact directly with Edge without IE mode and also with Chrome. Automate Chrome / Edge using VBA via CDP - Code …