M
Michael Bednarek
There seems to be a regular demand for calendars amongst MS Word users.
Many years ago, I wrote a fairly flexible macro in WordPerfect which
created 1-month-to-a-page calendars. I have now ported that code to VBA;
it's available as mbcalendar.zip at
<http://mbednarek.com/4dos_files.php> (last line).
Weeks can start on Monday or Sunday, it inserts ISO8601 week numbers,
moon phases, the date of Easter, and appointments/events which could
have been exported from an Outlook Calendar or created by hand or any
other program (it's a CSV file with two fields: Date, Event); there's a
small such file included.
It should print on any (reasonable) paper size in landscape or portrait
orientation.
I would appreciate any comments, feedback, bug reports.
Many years ago, I wrote a fairly flexible macro in WordPerfect which
created 1-month-to-a-page calendars. I have now ported that code to VBA;
it's available as mbcalendar.zip at
<http://mbednarek.com/4dos_files.php> (last line).
Weeks can start on Monday or Sunday, it inserts ISO8601 week numbers,
moon phases, the date of Easter, and appointments/events which could
have been exported from an Outlook Calendar or created by hand or any
other program (it's a CSV file with two fields: Date, Event); there's a
small such file included.
It should print on any (reasonable) paper size in landscape or portrait
orientation.
I would appreciate any comments, feedback, bug reports.