find vba

  1. C

    VBA Help - Find Function

    Hi, I am trying to use the following code on a specific tab of a workbook I am working. The generic code works on other tabs just not on the one referred to in the below code: 'Selects Comparison To Fcst Sheets("Comparison To Fcst").Activate Range("D7").Select 'Searches through...
  2. M

    Find vba not working!

    Here is the code I tried. but it stuck in finding the cell. (Set RangeObj = Cells.find) Please check the following code:Sub CopyFromFile()Dim MyFile As StringDim erowDim Filepath As StringFilepath = "C:\Users\Nazmul Hossain Akash\Desktop\Play Excel\Final\"MyFile = Dir(Filepath)Do While...
  3. A

    VBA: Finding from clipboard

    Hi guys, Another problem from me, but this time it's VBA based. I'm trying to find data from my clipboard in another spreadsheet. At the moment it's a laborious process of copying, changing windows, findings, etc. This is the code I'm trying out, but i dont understand why it's producing an...
  4. L

    VBA to find and select cell

    Hi Can someone please help me write a VBA code for the following case? I have formula in Column C which returns either FALSE or TRUE. I want macro to find All FALSE and select the results. please help
  5. C

    Find (vba) Returning Second Occurance before First

    I am trying to develop a macro to build formulas on a second sheet from data in cells of the first sheet. There are header rows written into merged cells which I need to read and save their addresses. By making a range that is wide enough to span the widths of the merged cells, I can find 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