![]() |
|
#9
|
|||
|
|||
|
Here is the code I used. I created a command button and used the code you recommended and it works beautifully. Thank you so much
![]() Private Sub CommandButton1_Click() With ActiveDocument.FormFields("Text124") .Result = "Entered by " & Environ("Username") & " on " & Format(Now(), "DDDD, D MMMM YYYY @ hh:mm") .Enabled = False End With End Sub |
| Tags |
| approval, command button |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Having trouble with "Same as Previous" button for formatting headers
|
Roy Patience | Word | 3 | 05-24-2014 03:17 PM |
| "Problem sending the command" on only one .xlsm file, Office XP/Win 7 64bit | skeith5 | Excel | 0 | 01-24-2012 02:24 PM |
Launch macro sub after hitting "create pdf" button in word
|
webharvest | Word VBA | 1 | 06-29-2011 04:56 PM |
| "Back" Button - to behave like web browser (Not using last slide viewed). | emmiewoo | PowerPoint | 0 | 03-29-2011 06:54 AM |
| "Send and Receive all Folders" button missing (but only with one account) | incognitus | Outlook | 0 | 10-12-2010 10:42 PM |