fnd

  1. R

    Proceeding to the next line

    First, Happy Valentines day everyone. May this be the best one ever :) I've been looking around and trying to find a small bit of code that I can use with If Fnd Is Nothing Then Have bee using If Fnd Is Nothing Then Exit Sub this was helpful while building and testing the worksheet but...
  2. V

    Add sheet2 name in For..Each loop code..

    I have new question here.. Please see my below code.. In red line code, I want to use Sheet2 now..How do i edit this..can any help.. Dim FndTxt As Range, zVal As Range, Fnd As Long Set FndTxt = Range("AA3") For Each zVal In Range("Z501", Range("Z" & Rows.Count).End(xlUp)) **** =...
  3. D

    VBA to find and replace

    Sub FindReplaceAll() 'PURPOSE: Find & Replace text/values throughout entire workbook 'SOURCE: www.TheSpreadsheetGuru.com Dim sht As Worksheet Dim fnd As Variant Dim rplc As Variant fnd = "17-" rplc = "18-" For Each sht In ActiveWorkbook.Worksheets sht.Cells.Replace what:=fnd...
  4. D

    combine worksheet_change event ?

    Dear experts, i have two separate worksheet_change events which i want to use on the same sheet. it seems per sheet only worksheet_change event can work, so to overcome this issue i have to somehow combine them any suggestions ? the 1st Private Sub Worksheet_Change(ByVal Target As Range)...
  5. D

    VBA Help with Looping through an Array

    HI, I am trying to loop through an array of words, It loops through but doesn't do anything, I know I am probably forgetting something, See code Dim Rng As range, c As Long, Arr As Variant, I As Integer ' Arr = Array("IPN", "VPN", "PartNumber", "Part") For i = LBound(Arr, 1) To...
  6. T

    Macro to Find and Replace text on two sheets

    I could not find a code out there to Find and replace text for two specific worksheets in my workbook - "WTD TNR" sheet & "WTD GDS" sheet. This is the following code I have found, but need it strictly for those two sheets above: Sub FindReplace() Dim sht As Worksheet Dim fnd As Variant Dim...
  7. bs0d

    VBA - Find, Replace #NAME Errors with Formula Value

    Can someone help me with a function that would evaluate the contents of a sheet, find any #NAME errors, and replace contents with " ' " + contents to show the value (rather than the error)? Here's start, but it's more of an algorithm than functional code. Thoughts here? Dim sh As Worksheet...
  8. S

    Error:

    Greetings again, I am receiving an error "wrong number of arguments or invalid property assignment" on the line below: Set Fnd = MAIN.Worksheets("M_" & AC).Range.Find(What:=COM.Worksheets(AC).Cells(j, 1).Value, After:=MAIN.Worksheets("M_" & AC).Cells(1, 1), LookIn:=xlValues, LookAt:=xlWhole...

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