tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,924
- Office Version
- 365
- 2019
- Platform
- Windows
I want to add a control so depsite the user holding down the shift ket, macros still run (assuming macros are enabled of course)!
This article indeed does this:
However it mentions this code needs to be added in the Ribbon module:
Is that the module call RibbonX_Code in FUNCRES.XLAM?
I added the code there saved the workbook, closed it down, opened it but that code is not there anymore.
How can I "make it travel" with my workbook?
Thanks
This article indeed does this:
Rich (BB code):
However it mentions this code needs to be added in the Ribbon module:
Rich (BB code):
Sub customUI******(ribbon As IRibbonUI)
ThisWorkbook.CheckShiftOnOpen
End Sub
Is that the module call RibbonX_Code in FUNCRES.XLAM?
I added the code there saved the workbook, closed it down, opened it but that code is not there anymore.
How can I "make it travel" with my workbook?
Thanks