View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
job job is offline
external usenet poster
 
Posts: 65
Default displayfullscreen = false not working

I'm using code to Application.DisplayFullScreen = True on the open event of
the workbook. In the beforeclose event I have the
Application.DisplayFullScreen = False yet it does not work. Any ideas?

cheers,

Job