loop without do

  1. C

    Help with Loop Without Do Error

    Hi guys, I've been trying to fix this VBA code (that a previous employee left us), but since I have no experience in VBA, I can't seem to figure it out. Would anyone of y'all be able to help me out? Sub categorization3a() Application.ScreenUpdating = False 'further segment PRODUCT row =...
  2. 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...
  3. G

    Loop without do (nested IF functions)

    Hey! I have the following IF statement nest: If Range("P24").Value > 1 Then If Range("M30").Value <= 1 Then Range("R9").Value = Range("R9").Value - 0.1 Loop Until Range("M30").Value >= 1 End If Else Range("R9").Value = Range("R9").Value - 0.1 Loop Until...
  4. Vindaloo

    Loop without Do Error

    I keep getting this error no matter where I stick End If functions. I'm hoping a fresh pair of eyes can tell me where this is coming from. Sub Import() ' ' Import Macro ' ' Dim File_Name As String Dim High_Folder As String Dim Low_Folder As String Dim Path As String Dim i...

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