View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Can you turn off the Full Screen toolbar?

Sub FullScreenBar(bVis As Boolean)
CommandBars("Full Screen").Visible = bVis
End Sub

Regards,
Peter T

"michael.beckinsale" wrote in message
...
Hi All,

I lam ooking at the possibility of turning Full Screen view on & off
rather than deleting & restoring the users existing menu's.

Can anybody tell me if the floating 'Full Screen' toolbar can be
turned off, and if so what is the code?

Regards

Michael