A
alice
When I was trying to use the autofill command to fill out
dates, for some reason, excel loses a minute.
Steps to reproduce:
1) In Column B, put down a number (let say "123") in Cells
B1 to B3000.
2) Format Column A as Date Format [mm.dd.yy hh:mm]
3) In Cell A1, put "01.01.04 00:00"
4) In Cell A2, put "01.01.04 01:00"
5) Highlight both cells and double click on the bottom
right corner, this should autofill column A with dates all
the way to A3000 Cell.
Actual Results:
From row 101, all dates dropped a minute! it became
[mm.dd.yy hh:59] all the way to row 3000.
I tried to use macro with the .autofill command, it still
produces the same thing.
Other weird stuff happened when i was trying to do this:
dim d as date
for i=1 to 3000
d=d +i/24 'just to add an hour
next i
after a couple iterations, it will start adding a second
to it!
Can anyone provide me with a solution as this is very
strange. I've tried on both excel XP and excel 97 and
produces the same result.
dates, for some reason, excel loses a minute.
Steps to reproduce:
1) In Column B, put down a number (let say "123") in Cells
B1 to B3000.
2) Format Column A as Date Format [mm.dd.yy hh:mm]
3) In Cell A1, put "01.01.04 00:00"
4) In Cell A2, put "01.01.04 01:00"
5) Highlight both cells and double click on the bottom
right corner, this should autofill column A with dates all
the way to A3000 Cell.
Actual Results:
From row 101, all dates dropped a minute! it became
[mm.dd.yy hh:59] all the way to row 3000.
I tried to use macro with the .autofill command, it still
produces the same thing.
Other weird stuff happened when i was trying to do this:
dim d as date
for i=1 to 3000
d=d +i/24 'just to add an hour
next i
after a couple iterations, it will start adding a second
to it!
Can anyone provide me with a solution as this is very
strange. I've tried on both excel XP and excel 97 and
produces the same result.