View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
michael.beckinsale michael.beckinsale is offline
external usenet poster
 
Posts: 274
Default Can you turn off the Full Screen toolbar?

Hi Peter,

This menu stuff can be confusing!

Why does your code work and the following does not?

CommandBars("Full Screen").Visible = False

Regards

Michael