R
Ron
I'm creating custom ribbon and I want to hide the default tabs in Access so I
put in the following in the appropriate place.
<tab idMso="TabHome" visible="false" />
<tab idMso="TabCreate" visible="false" />
<tab idMso="TabExternalData" visible="false" />
<tab idMso="TabDatabaseTools" visible="false" />
<tab idMso="TabCreate" visible="false" />
<tab idMso="TabAddIns" visible="false" />
My problem is that all the tabs are hidden except the "Home" tab. Can
anyone tell me why? I believe I'm referencing the name correctly.
I have the <ribbon startFromScratch="false">
I know that I can set it to true and all the tabs will be hidden but I want
to hide them individually. Thanks.
put in the following in the appropriate place.
<tab idMso="TabHome" visible="false" />
<tab idMso="TabCreate" visible="false" />
<tab idMso="TabExternalData" visible="false" />
<tab idMso="TabDatabaseTools" visible="false" />
<tab idMso="TabCreate" visible="false" />
<tab idMso="TabAddIns" visible="false" />
My problem is that all the tabs are hidden except the "Home" tab. Can
anyone tell me why? I believe I'm referencing the name correctly.
I have the <ribbon startFromScratch="false">
I know that I can set it to true and all the tabs will be hidden but I want
to hide them individually. Thanks.