ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Tool bars and menus (https://www.excelbanter.com/excel-programming/330608-tool-bars-menus.html)

funkymonkUK[_16_]

Tool bars and menus
 

HI is there a some VBA code the will hide the tope tool bars and mak
what ever sheet is active to full screen (Similar to a powerpoin
presnetation)

--
funkymonkU
-----------------------------------------------------------------------
funkymonkUK's Profile: http://www.excelforum.com/member.php...fo&userid=1813
View this thread: http://www.excelforum.com/showthread.php?threadid=37558


Bob Phillips[_7_]

Tool bars and menus
 

For Each oCB in Application.Commandbars
If oCB.Visible Then
oCB.Visible = False
End If
Next oCB

Application.Commandbars(1).Enabled = False

You will need to rest at the end.

--
HTH

Bob Phillips

"funkymonkUK"
wrote in message
...

HI is there a some VBA code the will hide the tope tool bars and make
what ever sheet is active to full screen (Similar to a powerpoint
presnetation).


--
funkymonkUK
------------------------------------------------------------------------
funkymonkUK's Profile:

http://www.excelforum.com/member.php...o&userid=18135
View this thread: http://www.excelforum.com/showthread...hreadid=375588





All times are GMT +1. The time now is 10:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com