saddr

  1. E

    Change code to search multiple terms across columns

    Hello, I have this code that I need modified to search more than one term at a time. I need it to search everything from columns A to P. Here is the code: Private Sub Worksheet_Change(ByVal Target As Range) If Intersect(Target, Range("B2")) Is Nothing Then Exit Sub...
  2. mumps

    Problem with looping using FindNext

    I have the following macro that works as expected. It finds only the value of the variable 'response' in column S and copies the appropriate range from the found rows to column C of Sheet2 starting in row 9. Cell C8 of Sheet2 has a header in it. Sub CopyData() Application.ScreenUpdating =...
  3. C

    Code optimisation and target range resize

    Hi all, My code below allows me to enter active cell contents to D3 (which I use for search/lookup) but I believe there's a lot of repetition and takes 8 seconds to process. Is there a way to paste clicked cell value straight to cell D3? Also, I want to amend the range from B37:B1000 to the...
  4. S

    Mail Merge Excel With Word

    Hi Friends , this is very first macro for Mail Merge here i am trying to learn the mail merge however getting an error I have an excel workbook where the first sheet is a Data and there is a Data From A1 to C5 Sub AllEnvelopes() Dim oTable As Range, r As Long, c As Long, sAddr As String Dim...
  5. J

    Advanced partial search box

    I have a similar question as posed in this thread: Advanced search about this code: Sub searchVal() Application.ScreenUpdating = False Dim foundVal As Range Dim sAddr As String Dim response As String response = InputBox("Please enter the value to search.") With...

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