testvar

  1. JackDanIce

    Fastest way to clear data

    Hi, Curious about fastest way to clear data from a range, I created following and resulting output: Sub testrun() Dim x As Long For x = 1 To 3 testtime x Next x Debug.Print "" End Sub Sub testtime(ByRef testvar As Long) Dim st As Double Dim rng As...
  2. S

    Exiting Loop on Condition

    I would like to be able to exit the interior loop if the line " If TestVar <> "" Then" is equal to any value. I am receiving a compile error on this line Rows(bb).EntireRow.Delete Exit Do Is there some way I can exit the loop if TestVar comes back as not-nothing and then proceed within the...

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