F
foolio
Okay yet another problem....
I have three rows (one empty one on the right) of data like this
5
23 2
4
4
3 6
1 8
what i want to do is put zero's into everything that is blank. (note
want to do this in a macro). i found a way of doing it....which i
mainly in the macro i create a row that contains all "0" and copy an
paste special (transpose) onto the two rows..... now this works but i
ends up doing this....
5 0 0
23 2 0
0 4 0
4 0 0
3 6 0
0 0 0
1 8 0
0 0 0
0 0 0
0 0 0 <----extra zeroes
0 0 0
0 0 0
i dont want the extra zeroes on the end....and no i cant jsut make th
initial row of zeroes that im copying the same length of the row i
pasting to because i am using this macro in multiple documents and th
row length are always changing.
anyways any help would be awesome
thx, fooli
I have three rows (one empty one on the right) of data like this
5
23 2
4
4
3 6
1 8
what i want to do is put zero's into everything that is blank. (note
want to do this in a macro). i found a way of doing it....which i
mainly in the macro i create a row that contains all "0" and copy an
paste special (transpose) onto the two rows..... now this works but i
ends up doing this....
5 0 0
23 2 0
0 4 0
4 0 0
3 6 0
0 0 0
1 8 0
0 0 0
0 0 0
0 0 0 <----extra zeroes
0 0 0
0 0 0
i dont want the extra zeroes on the end....and no i cant jsut make th
initial row of zeroes that im copying the same length of the row i
pasting to because i am using this macro in multiple documents and th
row length are always changing.
anyways any help would be awesome
thx, fooli