Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Currently I am able to past a cell from MS excel into the word document. The
cell will not update when you open the document. |
#2
![]() |
|||
|
|||
![]()
What does your statement have to do with your question that you used as
your subject? To answer your subject, you could: this macro: Sub PrintTommorrowsDate() Selection.InsertAfter (Date + 1) ActiveDocument.PrintOut End Sub |
#3
![]() |
|||
|
|||
![]()
Works in the original document. When you use mailmerge it keeps the
information that was saved and does not update the field. "Greg" wrote: What does your statement have to do with your question that you used as your subject? To answer your subject, you could: this macro: Sub PrintTommorrowsDate() Selection.InsertAfter (Date + 1) ActiveDocument.PrintOut End Sub |
#4
![]() |
|||
|
|||
![]()
If you want a field, this is more complex than you might imagine, but it can
be done. See http://addbalance.com/word/datefields2.htm for information on the different kinds of ways to make a date calculation work. It includes links to pages with fields and an explanation of different macros that can be used instead of fields. Using a Fill-In field to ask for the date might be easier. -- Charles Kenyon Word New User FAQ & Web Directory: http://addbalance.com/word Intermediate User's Guide to Microsoft Word (supplemented version of Microsoft's Legal Users' Guide) http://addbalance.com/usersguide See also the MVP FAQ: http://www.mvps.org/word which is awesome! --------- --------- --------- --------- --------- --------- This message is posted to a newsgroup. Please post replies and questions to the newsgroup so that others can learn from my ignorance and your wisdom. "murph" wrote in message ... Works in the original document. When you use mailmerge it keeps the information that was saved and does not update the field. "Greg" wrote: What does your statement have to do with your question that you used as your subject? To answer your subject, you could: this macro: Sub PrintTommorrowsDate() Selection.InsertAfter (Date + 1) ActiveDocument.PrintOut End Sub |
#5
![]() |
|||
|
|||
![]()
Using a fill in "Ask" field for the date was the easier solution that solved
the date issue. "Charles Kenyon" wrote: If you want a field, this is more complex than you might imagine, but it can be done. See http://addbalance.com/word/datefields2.htm for information on the different kinds of ways to make a date calculation work. It includes links to pages with fields and an explanation of different macros that can be used instead of fields. Using a Fill-In field to ask for the date might be easier. -- Charles Kenyon Word New User FAQ & Web Directory: http://addbalance.com/word Intermediate User's Guide to Microsoft Word (supplemented version of Microsoft's Legal Users' Guide) http://addbalance.com/usersguide See also the MVP FAQ: http://www.mvps.org/word which is awesome! --------- --------- --------- --------- --------- --------- This message is posted to a newsgroup. Please post replies and questions to the newsgroup so that others can learn from my ignorance and your wisdom. "murph" wrote in message ... Works in the original document. When you use mailmerge it keeps the information that was saved and does not update the field. "Greg" wrote: What does your statement have to do with your question that you used as your subject? To answer your subject, you could: this macro: Sub PrintTommorrowsDate() Selection.InsertAfter (Date + 1) ActiveDocument.PrintOut End Sub |
#6
![]() |
|||
|
|||
![]()
it is a good answer ,
"Greg" wrote in message oups.com... What does your statement have to do with your question that you used as your subject? To answer your subject, you could: this macro: Sub PrintTommorrowsDate() Selection.InsertAfter (Date + 1) ActiveDocument.PrintOut End Sub |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
apply a template to existing documents | Page Layout | |||
Does Word have Keyboard Merges like Word Perfect does? | Mailmerge | |||
Word2000 letterhead merge | Mailmerge | |||
Underscore (_) will not always display in RTF files (Word 2002). | Microsoft Word Help | |||
WordPerfect keyboard macro>Word equivalent? | New Users |