Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 03-31-2014, 07:51 AM
fumei fumei is offline Word macro: set automatic date in a table cell Windows 7 64bit Word macro: set automatic date in a table cell Office XP
Expert
 
Join Date: Jan 2013
Posts: 440
fumei is on a distinguished road
Default

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
Reply With Quote
 



Similar Threads
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
Word macro: set automatic date in a table cell Inserting a date calculated from a table cell theMikeD Word 2 09-11-2012 05:46 PM
Word macro: set automatic date in a table cell Automatic date updates. 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

Other Forums: Access Forums

All times are GMT -7. The time now is 01:14 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft