Group: microsoft.public.excel.misc · Group Profile · Search for By11 in microsoft.public.excel.misc
Author: leerem
Date: Aug 4, 2008 02:41
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
|