Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry to be a pain once again.
I need to copy over rows BE to BY but only by the number of rows in column AX I've tried the code as below but the code comes to a halt on line 3 what have i done wrong , its probabley simple but I cant see it... Lastrow = Cells(Rows.Count, "ax").End(xlUp).Row Range("BE11:BY11").Copy Range("Be12:Be" & Lastrow).PasteSpecial Paste:=xlPasteAll, operation:=xlNone, _ skipblanks:=False, Transpose:=False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Amending a formula | Excel Discussion (Misc queries) | |||
Amending date formats. | Excel Discussion (Misc queries) | |||
Amending an existing function | Excel Worksheet Functions | |||
Help amending code | Excel Discussion (Misc queries) | |||
Help with Amending this Code Please | Excel Worksheet Functions |