G Galsaba Sep 21, 2003 #1 How can I append one line or more from one excel spreadsheet to another one, not by copying and paste? Thanks galsaba
How can I append one line or more from one excel spreadsheet to another one, not by copying and paste? Thanks galsaba
K Kevin Stecyk Sep 21, 2003 #2 galsaba, Retyping? Aside from copying and pasting, that's about it. Even a VBA solution must copy and paste. Kevin
galsaba, Retyping? Aside from copying and pasting, that's about it. Even a VBA solution must copy and paste. Kevin
B Bernard V Liengme Sep 21, 2003 #3 Do you mean something like =Sheet2!A1 typed into a cell on Sheet1? Bernard