D
Darren
Anyone knows how to select a worksheet and perform
subsequent operations from that worksheet?
Ive used the below code to test out:
Sheets("Average(daily)").Select
Cells(10, 10).Value = 1
What it does is that it selects "average(daily)"
worksheet, but continues to change the value of cell
(10,10) of the original worksheet. How do I get it to work
on the new worksheet, "Average(daily)"?
subsequent operations from that worksheet?
Ive used the below code to test out:
Sheets("Average(daily)").Select
Cells(10, 10).Value = 1
What it does is that it selects "average(daily)"
worksheet, but continues to change the value of cell
(10,10) of the original worksheet. How do I get it to work
on the new worksheet, "Average(daily)"?