cells.find

  1. M

    How to find next empty cell after a search word using cells.find

    So I am searching for a certain word, which is "Violation" and then filling in something from a combobox from a userform into that spot after "Violation." So if I enter "12/1/18" into the combobox in the userform, it will find the word "Violation" on the main page and then plug "12/1/18" right...
  2. M

    How to get cells.find in other sheet?

    Dear Gents, I'm in sheet2, and I want use cells.find method to get the column number of sheet1 that contain specific words like "LogNo" Dim d, e As Long d = Cells.Find(what:="LogNo", After:=Sheet1).Row But it shows errors. Could you please help me to figure this out? Thanks.
  3. B

    Find cell and enter value on other worksheet without using select or activate?

    I would like to use the name of activesheet to enter in data on other sheet on corresponding name, but without selecting or activating that sheet. I have a working formula below, but is there anyway to avoid selecting the other sheet? Sub mark() Dim findx As String findx =...
  4. P

    Why aren't things going well with SearchFormat argument included?

    What's wrong in this? With Application.FindFormat.Font .Name = "AmplitudeTF" ' .Subscript = False ' .TintAndShade = 0 ' .ThemeFont = xlThemeFontNone End With Cells.Find(What:="", SearchFormat:=True).Activate I am getting an "Object variable or With block variable not set"
  5. P

    How to use AND operator while searching strings?

    A code like below: Cells.find("(" AND ")") I just want to find whether any bracketed values are there... Thank You.
  6. B

    VBA getting errors while using multiple On Error's in a macro

    I'm using multiple "ON ERROR" calls in a macro but I keep getting errors after the second iteration. I'm using the Cells.Find function when I get the error. Here's some of the code and the error I get: On Error GoTo NextOperation Do While Cells.Find(What:="cont'd", After:=ActiveCell...
  7. O

    VBA - trying to change value of a cell in another sheet in a table using worksheet_change and cells.find

    Hi all, I'll outline the details of my set up in dot point form:- I have a sheet called "IAR" It has a table also called "IAR" I have a named range on this sheet called "IARcol" which references the formula "=IAR[[#All],[Job No]]" I have another sheet called "notes" It has a table called...
  8. P

    Macro to find based on variable cell values in loop

    Hi, I have two sheets in a workbook. The first sheet is named "A" and the second sheet is named "B". Both sheets are identical i.e. they have data ranging from Columns A:AI. However, the number of rows are variable. I need a macro that will run in loop by looking up data that is mentioned in...
  9. KC Cat

    Cells.Find method with multiple "What" values

    Hello to all, I have a worksheet with IF statements that place different messages in cells if the user has not provided enough information, or incorrect information, etc. Here are the messages: Check % Complete Actual Missing Remaining Missing Zero Out Remaining ?? enter date Qty? I am...

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