About 45,300,000 results
Open links in new tab
  1. Automating Edge Browser using VBA without downloading Selenium

    Jan 7, 2022 · 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 Project The …

  2. vba - Continue For loop - Stack Overflow

    It sounds like we agree that, for those looking for a more general approach to VBA's lack of a "continue" statement, the alternative answers below have advantages.

  3. ms access - VBA shorthand for x=x+1? - Stack Overflow

    VBA shorthand for x=x+1? Asked 12 years ago Modified 3 years, 11 months ago Viewed 207k times

  4. Excel VBA - Pivot table filter multiple criteria - Stack Overflow

    Excel VBA - Pivot table filter multiple criteria Asked 8 years, 9 months ago Modified 2 years, 9 months ago Viewed 35k times

  5. Find last used cell in Excel VBA - Stack Overflow

    See my solution based on UsedRange and VBA arrays to find the last cell with data in the given column -- it handles hidden rows, filters, blanks, does not modify the Find defaults and is quite performant. …

  6. VBA to copy a file from one directory to another - Stack Overflow

    I have an access file that I regularly need to copy to another directory, replacing the last version. I would like to use an Excel macro to achieve this, and would also like to rename the file in the

  7. excel - Writing a VLOOKUP function in vba - Stack Overflow

    Apr 6, 2011 · I'm trying to lookup a value on a spreadsheet within a table array using the VLOOKUP function in my vba code. I don't know how to write it correctly. Here is the normal VLOOKUP formula …

  8. Declaring variable workbook / Worksheet vba - Stack Overflow

    Sep 25, 2014 · VBA uses this code name to automatically declare a global-scope Worksheet object variable that your code gets to use anywhere to refer to that sheet, for free. In other words, if the …

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

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

    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 ("\\\\filePath\\