rsearchrng

  1. P

    Compile error: Loop without Do

    With ActiveSheet.Range("G:G") Set rSearchRng = .Find(what:=Me.TextBox4.Value, lookat:=xlWhole, LookIn:=xlValues) If Not rSearchRng Is Nothing Then FirstRngCellAddress = rSearchRng.Address Debug.Print rSearchRng.Address...
  2. P

    runtime error '1004': Unable to FindNext property of Range class

    I'm aware that the find function doesn't do a multiple criteria search (2 in this case), which I need done, so I declared two range variables so I can individually search for the 2 criterias. The first criteria is located in column "G" and the second is located in column "D". Once the criteria...

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