bloodmilksky
Board Regular
- Joined
- Feb 3, 2016
- Messages
- 202
Hi Guys,
I was just wondering if anyone knows how I can adjust the below code so it will
Sub CopySheet1A1toSheet2NextCellInColumnA() Dim LastRowSheet2 As Long LastRowSheet2 = Sheets("Sheet2").Cells(Rows.Count, "A").End(xlUp).Row Sheets("Sheet2").Cells(LastRowSheet2 - [Sheet2!A1<>""], "A").Value = [Sheet1!A1]End Sub
please any help would be greatly appreciated
many thanks
jamie
I was just wondering if anyone knows how I can adjust the below code so it will
- Copy Cells B21 & C21 On sheet 1
- To A Range Defined in B7
- The range is on sheet 2 and is the users name
Sub CopySheet1A1toSheet2NextCellInColumnA() Dim LastRowSheet2 As Long LastRowSheet2 = Sheets("Sheet2").Cells(Rows.Count, "A").End(xlUp).Row Sheets("Sheet2").Cells(LastRowSheet2 - [Sheet2!A1<>""], "A").Value = [Sheet1!A1]End Sub
please any help would be greatly appreciated
many thanks
jamie