View Single Post
 
Old 12-15-2012, 11:14 AM
gmaxey gmaxey is offline Windows 7 32bit Office 2010 (Version 14.0)
Expert
 
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,617
gmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nice
Default

Put the following procedure in the ThisDocument module of the document project:

Sub Document_Open()
ActiveDocument.Range.InsertAfter vbCr & Application.UserName & " - " & Format(Now, "MMMM dd, yyyy")
End Sub

See: http://gregmaxey.com/word_tip_pages/...ng_macros.html for instructions to employ the VBA code provided above.
__________________
Greg Maxey
Please visit my web site at http://www.gregmaxey.com/
Reply With Quote