Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default making the worksheet menu bar not visible

hi

because i have provided all relevant functions for my excel files as
button macro's i have therefore set all command bars as visible = false
in an "Open" macro

is it possible to also make the worksheet menu bar not visisble upon
opening a file - essentially making the Excel screen appear white except
for the application bar at the top and the open applications windows at
the bottom of the screen

also how would i make it visible again as part of the Before Close
macro?

thanks

matt

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default making the worksheet menu bar not visible

Hi Matt,

Application.Commandbars("Worksheet Menu Bar").Enabled = False

Set it to True at the end

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"matt dunbar" wrote in message ...
hi

because i have provided all relevant functions for my excel files as
button macro's i have therefore set all command bars as visible = false
in an "Open" macro

is it possible to also make the worksheet menu bar not visisble upon
opening a file - essentially making the Excel screen appear white except
for the application bar at the top and the open applications windows at
the bottom of the screen

also how would i make it visible again as part of the Before Close
macro?

thanks

matt

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Making Drop Down Box Visible with Excel 2003 it''''''''sh hardy Excel Discussion (Misc queries) 2 August 9th 09 07:41 PM
Making selected cells more visible EricBro Excel Discussion (Misc queries) 3 January 23rd 08 08:46 AM
Making visible a picture xavi garriga Excel Discussion (Misc queries) 1 October 11th 07 03:27 PM
Making a form visible [email protected] Excel Discussion (Misc queries) 3 March 11th 07 02:28 PM
making only specified columns visible [email protected] Excel Discussion (Misc queries) 1 April 6th 05 04:57 PM


All times are GMT +1. The time now is 02:46 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"