About 50 results
Open links in new tab
  1. Loop through collection / Dictionary in VBA - MrExcel

    Oct 25, 2023 · Please can anyone help me with how to loop through a dictionary in VBA some items/keys may have a single value and some have a dictionary/collection object...

  2. vba loop through all workbooks in a folder - MrExcel

    Feb 9, 2017 · Loop Through All Excel Files In A Given Folder This VBA macro will let you select a folder path and loop through each of the Excel files in the folder. The macro code opens each …

  3. VBA Loop Through Range and Copy/Paste to Another Sheet

    Mar 13, 2022 · I need VBA that loops through a single column on one sheet, finds any cell with a "-", then copy and paste it to another separate sheet. The column being looped through will be …

  4. VBA help for adding rows on a loop until a specified value is reached

    Mar 24, 2025 · 1. Solve for the age of each person to the age of 90 by adding rows via VBA loop 2. Have a separate VBA code that looks at the value in the yellow boxes and changes how …

  5. VBA For Each Loop Deleting Rows | MrExcel Message Board

    Dec 15, 2024 · Similar threads B VBA Creating a Loop to Run Code for Each TAB Bella202405 Jun 9, 2025 Excel Questions 2 3 Replies 21 Views 636 Jun 13, 2025

  6. VBA to loop through worksheets with sheet names in cells

    Dec 19, 2019 · VBA to loop through worksheets with sheet names in cells Godwin117 Sep 12, 2020 excel loop vba G

  7. VBA Loop Through Data Validation Drop Down List - MrExcel

    Mar 18, 2024 · Nov 3, 2025 Joe4 T How to use a macro to loop through each item in a Data Validation/Drop Down List and create new Workbook with worksheet for each option tracky8 …

  8. VBA Loop without DO Error. | MrExcel Message Board

    May 20, 2012 · Effectively I want the DO Loop to run if the 2nd Cell in a row is empty for the intent to copy data into another worksheet, in addition it must skip over where the quantity in another …

  9. Forcing a break in VBA if stuck in a continuous loop - MrExcel

    Apr 17, 2006 · Thanks for the responses ctrl+break is not working for me. The sand dial stays on my cursor and will not let me click anywhere on the VBA window. It may be that excel just …

  10. VBA - restart loop if specific condition is true - MrExcel

    Jan 10, 2014 · Hi Everyone, I wrote a loop to execute operations for each worksheet of a workbook. However, I want to skip over two specific sheets in the workbook (named "Master" …