loop conditional

  1. J

    how to make a loop that filters based on a table?

    A B C <tbody> Column Exclude Label 3 *9/1/2016* DONE 2 *342* NEXT 2 *423* NEXT 5 *MAE* RE 5 *RTX* VEN 5 *FES* VEN 7 *1232* MR 7 *3212* MR 7 *4236* MR </tbody> Right now, I have that table on the front page. I would like to filter values based on the...
  2. B

    Assigning cell addresses to an Array - the array then gets used in an averaging formula

    I am looking for a looping function that will capture cell addresses and plug them into an array. The array then gets used in a formula. I pictured using the offset technique to move the cursor over 2 columns, evaluate if greater than 0, if so store the cell address and then create the formula...
  3. W

    SO close, yet so far -Macro to move balance data from wksht to another wksht-

    Thank you in advance for your help. I have two worksheets, one with census data (Sheet1) and another with account balance data (Table 1). I'm trying to come up with a code that transfers the individuals account balances between the sheets. I'm able to get the code to match up names with the...
  4. J

    VBA Copying cells from different sheets if cell is not empty

    Hallo guys, I have a question. For a project i want to make a total sheet where al the products from other Sheets are collected. (To also deal with the other sheets i would, at this point, copy the loop and change the sheet name, (not all sheets need to be implemented)) In the "basic"...
  5. F

    Creating a loop

    I hope someone can help, I have data which I have sorted using the recorder. I now want the recording to loop and to continue until the last cell of the data. ActiveCell.FormulaR1C1 = "=IF(OR(RC[4]=""down"",RC[4]=""),"""",MID(R2C3,9,7))" Range("B2").Select ActiveCell.FormulaR1C1 =...
  6. M

    Counter Msgbox

    Hi, I have loop that copy cells from excel files into master file. Instead of showing Msgbox I want to count them how many files are show missing. here is the code I have: Private Sub StartCopy_Click() Dim MyFile As String Dim erow Dim Filepath As String Dim FindString As String Dim...
  7. N

    Find and rename every second and third checkbox

    I have about 200 checkboxes (Form Controls) on a worksheet. They all have the same description. Let's just say that they are all named "Text1". Now I want every second checkbox to have the description "Text2", while every third has the description "Text3". Text1, Text2, Text3, Text1, Text2...
  8. H

    VBA Loop Until Positive Balance is Achieved

    <!--StartFragment-->Hi ExcelVBA Gurus, I hopeyou guys are doing well. I am trying to create a code using IF statement for myFunding file. Where ina Vendor is paid if Invoice (positiveamount) is > Credit Memo (negative amount) on a particular due date. If thenegative amount is greater than...
  9. R

    loop for Exporting worksheets to a new workbook

    Hi All, i have a workbook with multiple worksheets, except for "Sheet1" i want all the other sheet to be moved as individual new workbooks (with same name as the worksheet i.e new workbook name = worksheet name + current date) For ex : i have sheet named : sheet1, apple, samsung,HTC. i need...
  10. T

    Simple Loop with If Statement

    Does someone have time to help me finish up what I think should be a simple Loop? I've struggled way too long on this and am just not getting it! Purpose: to take a sheet of 1500 rows and 10 columns, evaluate col A and if it is a "Y" then copy that row to another worksheet and print that other...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top