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