M
Mully
I am using the following macrn a table that has 40
names and in the cells along side a variety of numbers. I
need to be able to duplicate several of the names and
numbers along side, in say cell "A42" to cell "A49" which
are blank how do I do this without writing a new macro.
Example of macro below.
Range ("A2"). Select
ActiveCell. FormulaR1C1 = "A.SHAW"
Range ("A3"). Select
ActiveCell. FormulaR1C1 = "M.HALL"
Range ("B2"). Select
ActiveCell. FormulaR1C1 = "195"
Range ("C2"). Select
ActivCell. FormulaR1C1 = "1054"
Range ("B3"). Select
ActiveCell. FormulaR1C1 = "194"
Range ("C3". Select
ActiveCell. FormulaR1C1 = "21"
and so on to end of table.
Many Thanks
Regards
Mully
names and in the cells along side a variety of numbers. I
need to be able to duplicate several of the names and
numbers along side, in say cell "A42" to cell "A49" which
are blank how do I do this without writing a new macro.
Example of macro below.
Range ("A2"). Select
ActiveCell. FormulaR1C1 = "A.SHAW"
Range ("A3"). Select
ActiveCell. FormulaR1C1 = "M.HALL"
Range ("B2"). Select
ActiveCell. FormulaR1C1 = "195"
Range ("C2"). Select
ActivCell. FormulaR1C1 = "1054"
Range ("B3"). Select
ActiveCell. FormulaR1C1 = "194"
Range ("C3". Select
ActiveCell. FormulaR1C1 = "21"
and so on to end of table.
Many Thanks
Regards
Mully