Paste Cells in Column A to Columns B-K
I do not follow your example.
What determines the values in cols B to K? In your example it
is not obvious what dictates the values. What you write implies
that the cols B to K should have the SAME value as col A but
your example does not support this.
When you say "10 at a time" do you mean from A1:A10 into
all the appropriate cols or do you meant A1 to B1:K1?
Chrissy.
George Plakas wrote
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
|