![]() |
#6
|
|||
|
|||
![]()
What you could do is have a small macro that you fire with, say, a keyboard shortcut. It could insert your date. So type your text and then your shortcut.
Code:
Dim r As Range Set r = Selection.Range.Cells(1).Range r.Collapse 1 r.Fields.Add r, Type:=wdFieldDate |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Make table cell active add date count date | MelHerndon | Word VBA | 3 | 01-21-2013 04:23 PM |
![]() |
theMikeD | Word | 2 | 09-11-2012 05:46 PM |
![]() |
WLVanS | Word | 12 | 01-29-2011 04:01 AM |
How can I make a cell color RED under the Today's date cell? | Learner7 | Excel | 2 | 07-08-2010 12:52 AM |
Auto-populate an MS Word table cell with text from a diff cell? | dreamrthts | Word Tables | 0 | 03-20-2009 01:49 PM |