Thisshould either be![]()
Range(A, i)
or![]()
Range("A" & i)
Note that you don't need to select sheets. E.g.![]()
Cells(i,"A")
is equivalent to![]()
Sheets("Daily Report").Range("C6").Value=Today
![]()
Sheets("Daily Report").Select Today = Range("C6").Value
Bookmarks