X xolo Registered User. Local time Today, 18:34 Joined May 6, 2009 Messages 34 Jan 14, 2010 #1 Is there any way to assign "ribbon startFromScratch" property from VBA?
Avelino Registered User. Local time Today, 08:34 Joined Dec 10, 2009 Messages 56 Jan 14, 2010 #2 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
X xolo Registered User. Local time Today, 18:34 Joined May 6, 2009 Messages 34 Jan 15, 2010 #3 Avelino said: 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 Click to expand... 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.
Avelino said: 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 Click to expand... 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.
Avelino Registered User. Local time Today, 08:34 Joined Dec 10, 2009 Messages 56 Jan 15, 2010 #4 Hi download sample well, that's what I understood Attachments rb.zip rb.zip 39.6 KB · Views: 918
X xolo Registered User. Local time Today, 18:34 Joined May 6, 2009 Messages 34 Jan 15, 2010 #5 The Replace function does the job perfectly! Thank you!