View Single Post
  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

Anthony

It could be done in VBA but also could be done just using cell referencing.

If ranges B1:B10 and D30, F23 etc. do not change just enter.........

in sheet2 D30 =sheet1!B1
in sheet2 F23 =sheet1!B2

etc.

Enter the data in sheet1 B1:B10 then print sheet2.

You could record a macro while setting up sheet2 for printing then run that
whenever you want to print.


Gord Dibben Excel MVP

On Tue, 25 Jan 2005 17:47:02 -0800, "Anthony"
wrote:

Hi,
on 'sheet 1' I have several lines of data which is added to all the time.
What I want to do is select all the last data entered and paste this into
seperate cells on a seperate sheet.
eg
the last data entered on sheet 1 is held from cells b1-b10
I want to take the data from cell b1 and paste this into 'sheet2' cell ref
d30, then the data from b2 on sheet 1 into cell ref f23 on sheet 2, and so on.
Once all my selected data has been pasted into my new sheet I wish then to
print it on my selected printer,
can this be done in VB, if so how
many thanks