LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 68
Default Customised Interface

What is the recommended method of turning of all command bars etc.?
I need to save the environment on entry and restore it before leaving.
Currently I have the following code set up

' set up environment on wayin
With ActiveWindow
.DisplayGridlines = False
.DisplayHeadings = False
.DisplayHorizontalScrollBar = False
.DisplayVerticalScrollBar = False
End With
Application.DisplayFullScreen = True
Application.CommandBars("Full Screen").Enabled = False

I reverse the above steps on the way out, but of course this does not take
account of the users settings before I make these changes.

TIA
Nigel




----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! 100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
 
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
Customised Axis Values Graham Charts and Charting in Excel 2 June 22nd 09 02:50 PM
customised output TUNGANA KURMA RAJU Excel Discussion (Misc queries) 1 October 22nd 05 02:04 PM
customised header and footer Annette Excel Discussion (Misc queries) 2 October 3rd 05 08:37 PM
Creating customised calendars Dee Excel Discussion (Misc queries) 0 February 14th 05 04:07 PM
Creating customised new spreadsheets Kevin Excel Programming 1 October 10th 03 01:43 PM


All times are GMT +1. The time now is 06:39 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"