do while criteria

  1. S

    Intersection of range of rows' value and columns' values with conditional formatting using vba

    Happy day Below is the data of my work. Data size will be variable.i need to format the rows and columns as per the values which are intersect. Rows' colors and formats of column C as shown in the left are as default color and format of the respective same rows in specified working range and...
  2. R

    Loop do while multiple conditions

    Hi all. I wanna have loop that keeps "looping" as long as countif < 1, but also if the file is not found and if the vlookup returns an error. I can do only with the first condition: Else 'still need the location found but not price error handling MsgBox ("The location was not...
  3. B

    Loop Without Do Error and Do/While with multiple conditions

    Hi all, I am having trouble taking my macro from a basic single loop to multi-loop based on certain conditions. The first loop below works properly but I cannot get a second and third identical loop to work without giving a "Loop Without Do" error. In my second and third loops I am replacing...
  4. B

    Problems do while with multiple criteria

    Hi everyone, I am trying to use a Do while with multiple conditions for an inputbox but it doesn't work. My code: '--------------------- dim x as variant dim y as variant Do While x - y <= 0 Or x-y > 30 or isnumeric(x)=false x = InputBox("Invalid value. Please insert")...

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