N
Nathan
Hello,
Is there a way i can make calculations on a range of cells without using
using a for each.. next loop. I want to add 10 to the values in a range. You
can do sheet1.range("A:A") = 10 but you can't do = sheet1.range("A:A") + 10.
Is there a way i can make calculations on a range of cells without using
using a for each.. next loop. I want to add 10 to the values in a range. You
can do sheet1.range("A:A") = 10 but you can't do = sheet1.range("A:A") + 10.