Hi,
I really not good in macro. Need anyone to help me on this.
How to make macro to create a list of datetime?
I have StartDate in A2 cell and EndDate in B2 cell.
The list of datetime will start from the StartDate and end with EndDate.
Example:
StartDate : 2-Feb-2013
EndDate : 5-Feb-2003
Result should be like this:
2-Feb-2003 12:00:00 AM
2-Feb-2003 1:00:00 AM
2-Feb-2003 2:00:00 AM
.
.
2-Feb-2003 11:00:00 PM
3-Feb-2003 12:00:00 AM
3-Feb-2003 1:00:00 AM
3-Feb-2003 2:00:00 AM
.
.
3-Feb-2003 11:00:00 PM
4-Feb-2003 12:00:00 AM
4-Feb-2003 1:00:00 AM
4-Feb-2003 2:00:00 AM
.
.
4-Feb-2003 11:00:00 PM
5-Feb-2003 12:00:00 AM
5-Feb-2003 1:00:00 AM
5-Feb-2003 2:00:00 AM
.
.
5-Feb-2003 11:00:00 PM
Please help me...
Thank you
Bookmarks