S
S Himmelrich
I know how to select a range of cells and copy:
Range("O2").Select
Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select
Selection.Copy
but now
1. applying the calculation, which should be value of cell * 1000
2. special past values only to same selected sells
?
Range("O2").Select
Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select
Selection.Copy
but now
1. applying the calculation, which should be value of cell * 1000
2. special past values only to same selected sells
?