It's right at the beginning:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="true"> <button idMso="FileOpenDatabase"
visible="false"/>
<officeMenu> ...........
"evenlater" <evancater@[EMAIL PROTECTED]
> wrote in message
news:74ff3182-2f73-46a3-baae-f046e94c4bbe@[EMAIL PROTECTED]
> That does help, but where do you put that code? In the ribbon XML? And
> if so, at what point?
> Thanks!
>
> On Jul 2, 10:44 am, "ARC" <PCES...@[EMAIL PROTECTED]
> wrote:
>> Under the office menu code, you should be able to hide it as follows:
>>
>> <officeMenu>
>> <button idMso="FileOpenDatabase" visible="false"/>
>> </officeMenu>
>>
>> Hope this helps,
>>
>> Andy
>
>
>


|