vba - Office XML link no longer working -


i'm trying use relatively simple xml code in access database disable options button in file menu. however, when try visit website xml references, website shows not available. know new reference website or way around this? code i'm using reference in system table usysribbons:

<customui xmlns="http://schemas.microsoft.com/office/2009/07/customui">      <ribbon startfromscratch="true" /> </customui>  <customui xmlns="http://schemas.microsoft.com/office/2009/07/customui">      <ribbon startfromscratch="false"></ribbon>           <backstage>                <button idmso="applicationoptionsdialog" visible="false"/>           </backstage> </customui> 


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -