![]() |
#1
|
|||
|
|||
![]()
Hi, First time poster so I hope I am including all relevant information.
I have created a simple macro to allow users to click a button which will note the time and date at which they have done to effectively sign off a document. The code I am using is below and has been working fine when deployed: Public Sub SignOff_Click() Selection.TypeText Text:=" " Selection.InsertDateTime DateTimeFormat:="M/d/yyyy", InsertAsField:=True, _ DateLanguage:=wdEnglishUS, CalendarType:=wdCalendarWestern, _ InsertAsFullWidth:=False Selection.TypeText Text:=" " Selection.InsertDateTime DateTimeFormat:="hh:mm:ss", InsertAsField:=True, _ DateLanguage:=wdEnglishUS, CalendarType:=wdCalendarWestern, _ InsertAsFullWidth:=False Selection.TypeText Text:=" " End Sub The goal is to have this option display in the ribbon for all users who open the document. I know how to add this to the ribbon using the Options -> Customize Ribbon -> etc. This works fine once it's added in. The main issue, and I'm not sure if this makes it even possible to do what I want, is that the document must be saved as a .dot format. I've attached the working document. The EEG shortcuts with Sign Off Now is the button I am looking to add. All associated code with this button seems to be erased each time I reopen. Alternatively, if anyone has any other ideas to make this work, I would be happy to hear other options. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Does an add-in stay usable if the document is emailed? | templeowls | Mail Merge | 1 | 04-22-2019 01:56 PM |
![]() |
troels | Excel Programming | 1 | 05-26-2015 10:25 AM |
![]() |
irre | Mail Merge | 1 | 11-14-2014 04:30 PM |
Is it possible to add a custom macro button to the FILE tab of the ribbon in excel | sbapabck | Excel | 2 | 04-11-2014 07:36 AM |
Saving & reopening comparison | MarshallAbrams | Word | 0 | 03-29-2012 06:19 AM |