About 15,200,000 results
Open links in new tab
  1. How can I speed up Excel VBA? - Stack Overflow

    Nov 3, 2017 · I have an excel file with a VBA code (Not written by me) How this code works is user enters a 6 digit number in a user form, the VBA then checks another sheet and if this 6 …

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

  3. Copy Paste Values only ( xlPasteValues ) - Stack Overflow

    18 since you only want values copied, you can pass the values of arr1 directly to arr2 and avoid copy/paste. code inside the For loop, inside the With block, after lastrow calculation:

  4. How to find a value in an excel column by vba code Cells.Find

    Feb 18, 2013 · I have to find a value celda in an Excel sheet. I was using this vba code to find it:

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

  6. How to continue the code on the next line in VBA - Stack Overflow

    15 In VBA (and VB.NET) the line terminator (carriage return) is used to signal the end of a statement. To break long statements into several lines, you need to Use the line-continuation …

  7. vba - How to wait until ActiveWorkbook.RefreshAll finishes before ...

    With ActiveWorkbook.Connections("XMLTable") .Name = "XMLTable" .Description = "" End With ActiveWorkbook.Connections("XMLTable").refresh The class ActiveWorkbook.Connections …

  8. vba - Insert line break in wrapped cell via code - Stack Overflow

    Mar 28, 2012 · Is it possible to insert line break in a wrapped cell through VBA code? (similar to doing Alt - Enter when entering data manually) I have set the cell's wrap text property to True …

  9. Excel VBA App stops spontaneously with message "Code …

    Mar 2, 2023 · After developing the same piece of VBA code and running it hundreds of times (literally) over the last couple days I ran into this problem just now. The only thing that has …

  10. VBA Workbooks stop working with upgrade to Excel 365 - VBA …

    Sep 1, 2021 · Since upgrading to Excel 365, my company has been having all sorts of trouble with VBA-supported Excel workbooks crashing or not functioning properly. The issues have …