Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 95
Default display settings

I'd like change in VBA display settings (DS) e.g. all
Visible Application.CommandBars and Application.Display..
(change on false) when i open workbook and DS turn on when
i close workbook restore personal setting.

Is there any smart code?
I've excel 2k.

Regards
Mark
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default display settings

Are you talking about the commandbars in the VBE. Or are you talking about
using VBA to hide Excel Menus and commandbars?

--
Regards,
Tom Ogilvy

"Mark" wrote in message
...
I'd like change in VBA display settings (DS) e.g. all
Visible Application.CommandBars and Application.Display..
(change on false) when i open workbook and DS turn on when
i close workbook restore personal setting.

Is there any smart code?
I've excel 2k.

Regards
Mark



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,080
Default display settings

Probably the easiest and safest way is:

Application.DisplayFullScreen = True
Application.CommandBars(1).Enabled = False

and then change it back on exit.

--

Vasant




"Mark" wrote in message
...
I'd like change in VBA display settings (DS) e.g. all
Visible Application.CommandBars and Application.Display..
(change on false) when i open workbook and DS turn on when
i close workbook restore personal setting.

Is there any smart code?
I've excel 2k.

Regards
Mark



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 95
Default display settings

Hi Tom!
I meant about using VBA to hide Excel Menus and
commandbars and before close workbook restore old personal
setting each user.
Regards
Mark


-----Original Message-----
Are you talking about the commandbars in the VBE. Or are

you talking about
using VBA to hide Excel Menus and commandbars?

--
Regards,
Tom Ogilvy

"Mark" wrote in message
...
I'd like change in VBA display settings (DS) e.g. all
Visible Application.CommandBars and

Application.Display..
(change on false) when i open workbook and DS turn on

when
i close workbook restore personal setting.

Is there any smart code?
I've excel 2k.

Regards
Mark



.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 196
Default display settings

Hi Tom,
I meant using VBA to hide Excel Menus and commandbars,
later when i close workbook i'd like restore personal
settings each user.
Regards.
Mark


-----Original Message-----
Are you talking about the commandbars in the VBE. Or are

you talking about
using VBA to hide Excel Menus and commandbars?

--
Regards,
Tom Ogilvy

"Mark" wrote in message
...
I'd like change in VBA display settings (DS) e.g. all
Visible Application.CommandBars and

Application.Display..
(change on false) when i open workbook and DS turn on

when
i close workbook restore personal setting.

Is there any smart code?
I've excel 2k.

Regards
Mark



.

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
Pivot Table Options - Default Display Settings Darron Excel Worksheet Functions 2 November 26th 08 04:38 PM
Excel 2007 using control panel display settings Mark Excel Discussion (Misc queries) 0 June 12th 07 08:36 PM
How to display remaining txt file which overflowed MsgBox display? EagleOne Excel Discussion (Misc queries) 1 November 2nd 06 01:10 PM
New window in Excel does not display default settings golden_dollars Excel Discussion (Misc queries) 0 September 28th 06 10:57 PM
Display every 3rd category name but still display latest month maryj Charts and Charting in Excel 1 September 24th 06 09:05 PM


All times are GMT +1. The time now is 02:49 PM.

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"