hi!
want to insert row in worksheet2.
the value of range ? is in worksheet1 cell E1.
Dim a As Long
a = Worksheets("Sheet1").Range("E1").Value
Worksheets("Sheet2").Activate
Range("A1").Select
Range("a1: ? ").EntireRow.Insert
tanks forhelp
Hello, I'm trying to copy the last column on Sheet 1 and paste the data on to Sheet 2. I've started with this code but I can't get what I need. Can anyone help please?
Sub LastColumn()
Worksheets("Sheet1").Activate
Range("B2").End(xlToRight).Select
ActiveCell.End(xlDown).Copy...
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.