Calendar in Excel 2003

J

Joe

Hi All,

I would like to create a macro to create a calender in excel where each date
of a month is in a coloum rather than in rows, the only examples I have seen
yet is in rows
 
G

Gary''s Student

Select a cell, say Z100, and enter:
=TODAY()
in Z101 enter:
=Z100+1
and copy down

Format the cells as you please.
 
Top