Assign "ribbon startFromScratch" from VBA

xolo

Registered User.
Local time
Today, 18:34
Joined
May 6, 2009
Messages
34
Is there any way to assign "ribbon startFromScratch" property from VBA?
 
Explain better what you want to do with this change, there may be other solutions without changing this attribute.

What comes to mind is the use of REPLACE () to change the XML
 
Explain better what you want to do with this change, there may be other solutions without changing this attribute.

What comes to mind is the use of REPLACE () to change the XML

I want to change the state of "ribbon startFromScratch" to "False" when it's under development and to "True" when it's ready to install for the user. So I want to have a button to set this state when the next time the application is opened.
 
Hi

download sample

well, that's what I understood
 

Attachments

The Replace function does the job perfectly! Thank you!
 

Users who are viewing this thread

Back
Top Bottom