View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
George Plakas George Plakas is offline
external usenet poster
 
Posts: 4
Default Paste Cells in Column A to Columns B-K

Hi All,

I was wondering if someone can help with writing an Excel Macro or
some scripting.

What I am trying to achieve is the following.

In Column A (A1:A1000) there are values of L0xxxxxx xxxxxx=numbers
(i.e L0123456)

What I want to be able to do is move the values from column A to
Columns B-K (10 Columns) 10 values at a time, upto 100 lines.

A B C D E F G H I J
K
L00001 L00001 L00002 L00003 L00004 .5 .6 .7 .8 .9
L00010
L00002 L00011
L00003
L00004
..5
..6
..7
..8
..9
L00010
L00011

Any help would be appreciated.

Thanks
George