View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Excel programming problem

Worksheets(1).Range("D5:H25").Copy _
Destination:=Worksheets(2).Range("A15")

This is one command entered on two lines using the line continuation
character which is the space underscore.

--
Regards,
Tom Ogilvy


Bob Phillips wrote in message
...
Peter,

Do you mean

Worksheets(1).Range("D5:H25").Cop
Destination:=Worksheets(2).Range("A15")

as an example?

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Peter Hansson" wrote in message
...
Hi.

Can anyone help me whith a little irritating problem.
I'm trying to make some information on page1 to be saved/transported via

a
button to page2 in a specific column.
But so far I just have the knowledge to make it be saved as a new page.
How I'm i supposed to do ??

--

























Best regards /Peter