View Single Post
 
Old 01-18-2013, 09:38 AM
MelHerndon MelHerndon is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Jan 2013
Posts: 3
MelHerndon is on a distinguished road
Default Make table cell active add date count date

Hi I have a word document that is used for documenting corrective actions issued against various departments at work. The document as it has been created has a table. In the table is an entry with the text "Date Raised:" I need to add some VBA code that(on document open) will identify the correct table cell, make it active, insert the current date. I will be adding another cell to an existing table in another section of the document that will have to populate with a date that is 30 days forward of the date that was inserted when the code triggers to add current date.

In Excel I would create my if then else and use date() to insert the current date.

Thanks for your help.

Mel
Reply With Quote