Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Helo
I have this code (see code below) and it works fine for me. Now I want to alter it so the sheet it copys rows to (sheet "ALL"), is in a diferent workbook (lets say "workbook2" which is on my desktop. How do I alter the code below? and does workbook2 have to be open when I run the macro? (i'd rather have it saved to without opening it if possible but this is not critical) Sheets("EXPORT").Select lr = Cells(Rows.Count, "b").End(xlUp).Row Range("a1:iv" & lr).copy Sheets("ALL").Select Rows("1:1").Select Selection.Insert Shift:=xlDown |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cannot insert cells copied from one workbook to another | Excel Discussion (Misc queries) | |||
Insert copied cells | Excel Worksheet Functions | |||
Insert Copied Cells? | Excel Discussion (Misc queries) | |||
Insert Copied Cells? | Excel Programming | |||
insert copied cells | Excel Discussion (Misc queries) |