View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
allanb allanb is offline
external usenet poster
 
Posts: 2
Default Macro to copy cell from one worksheet to another

Hi I currently have a workbook that contains two worksheets 'results' and
'data'

The information currently runs in two rows across the page a1, b1, c1, d1,
e1 etc. needs to become a1, a2, a3, a4, a5

and a2, b2, c2, d2, e2, needs to become b1, b2, b3, b4, b5 etc.

Any suggestions on the easiest way to do this?

Cheers,

Allan