Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DisplayFullScreen property

Status
Not open for further replies.

mveera

Programmer
Nov 6, 2002
81
US
Hi,

When i open workkbook i set the Application.DisplayFullScreen=true. when i close the workbook i set it back to false. But it works only if i close the workbook using the close (windows "x" btn). If i use the button in my worksheet to close, the workbook doesn't reset back to the fullscreen display mode.
I call application.activeworkbook.close on close click in my worksheet.

What should i do so that the screen display is reset back to the original?

Resetting the FormularBar and StatusBar also doesn't work.

Thanks
Veera
 
Veera,

Where is your code to resetore settings for DisplayFullscreen, FormulaBar, etc. ??

Regards,
Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top