Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-19-2020, 04:11 PM
msVBAnewbie msVBAnewbie is offline Can't get macro to stay in ribbon when reopening document Windows 10 Can't get macro to stay in ribbon when reopening document Office 2016
Novice
Can't get macro to stay in ribbon when reopening document
 
Join Date: Feb 2020
Posts: 2
msVBAnewbie is on a distinguished road
Default Can't get macro to stay in ribbon when reopening document

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.
Attached Files
File Type: dot 1 Routine EEG ButtonTest_noids.dot (445.0 KB, 9 views)
Reply With Quote
 



Similar Threads
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
Can't get macro to stay in ribbon when reopening document Path issue using a macro on the ribbon troels Excel Programming 1 05-26-2015 10:25 AM
Can't get macro to stay in ribbon when reopening document Reopening resets numbered lists 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

Other Forums: Access Forums

All times are GMT -7. The time now is 02:11 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft