ribbon and acrobat

K

Karen

Hi,

I am hiding the ribbon when a form opens. Everything is hidden except for
the word "Acrobat". Clicking on "Acrobat" displays the choices one could make
in creating pdfs. Is there a way to get the word "Acrobat" to not occur at
all on my minimized ribbon? I am using the following code to hide the ribbon:

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">

<ribbon startFromScratch="true">

</ribbon>

</customUI>

Thanks.
 
Top