Print on worksheet
Hi! I have a simple problem. I want to print a certain value in on a
worksheet in a loop. For each loop I want to print on one cell below the
previous one. However there is something wrong with the line below, it does
not write anything on the worksheet. pls help!
Worksheets("Settings").Range("a1").Offset(1, k) = strDate
|