macro rows

  1. L

    Macro for Searching > Copying > Pasting from sheetA to sheetB

    very new to VBA but I need a macro that 1)searches for a specific input 2)goes through SheetA(raw data) through the same column to search for input 3) recognize the input search and 4) copies the entire row into SheetB Conditions: 1) Raw data file will always be different, but the column that...
  2. F

    Extend Macro to new range

    Sheets("AR Trend").Select Columns("C:C").Select Range("C7").Activate Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove Columns("D:D").Select Range("D7").Activate Selection.Copy Columns("C:C").Select Range("C7").Activate...
  3. T

    macro to start the data on a specific row

    HI There; I am putting a form together and I want my data to start of row 12, but the data starts only on row16. I am using a form, that when click save, apply the data tot eh spreadsheet named " Database" This is the code I used. Sub reset() Dim irow As Long irow =...

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