Hello Phil,
I'll have a think about other ways to do this - wouldn't have thought setting
up a 365 page document with the date at the top of each page would be a
problem, ho-hum.
Actually, setting up a 365-page document with the
date at the top _isn't_ a problem. Headers can contain
today's date, and that part is easy enough to set up.
It's making the date sequential for 365 days of the year
that's the big hurdle to overcome in this case.
As I mentioned, it's pretty easy to do in Excel with some
simple math. But in your case, you want to do it in Word;
and you want to have one page for each day of the year,
and have the dates appear automatically
in sequence. That requires some kind of internal math and
document automation, which is not Word's forté (especially
without AppleScript or VBA).
On the other hand, if you select the Insert - Field command
in Word, you'll find a category called "Document Automation".
Word's help content is incredibly skimpy on this point and
will be of little use, but there's a very detailed document
at
www.techsupportalert.com/pdf/e1182.pdf that you could
have a look at for some tips on how to use field codes
to perhaps achieve the result you're looking for without
AppleScript. (The article applies to Word for Windows, but
the basics are essentially the same in Word for Mac.)
This is a rather advanced feature, so don't be discouraged
if you can't figure it all out at once. I never use the
custom field codes or variables in the fields for Word,
just the basic ones like page numbers, document titles
and so on, so honestly, it's a bit beyond me at present.
(If the documentation was better, I would get into it,
but Microsoft provides very little help here.)
There's another web page called "Insert a date other than
today's date" (
http://www.gmayor.com/insert_a_date_other_than_today.htm)
that discusses this, but the field codes featured there are
incredibly complex.
It seems like there would be a simpler answer...
Also, as I wrote last time, Automator will _almost_
do the trick - you can create an Automator workflow to
insert pages and do that x number of times in succession.
If you can figure out how to increment the variable
and get it to work, you may be able to get by without
learning any AppleScript or field codes at all ;-)
Jeff