MrExcel Message Board

Go Back   MrExcel Message Board > Question Forums > Excel Questions

Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only.

Reply
 
Thread Tools Display Modes
Old Apr 5th, 2002, 08:33 AM   #1
dan2
Board Regular
 
Join Date: Mar 2002
Posts: 60
Default

Hi all

I am using the following code within sub workbook_open ()

With Application
.Caption = "Store Paperwork"
.DisplayFormulaBar = False
.DisplayStatusBar = False
.DisplayScrollBars = False
.CommandBars("worksheet menu bar").Enabled = False
.CommandBars("chart menu bar").Enabled = False
.DisplayFullScreen = True
.CommandBars("full screen").Enabled = False
End With
With ActiveWorkbook
.Windows(1).Caption = Empty
.Windows(1).DisplayWorkbookTabs = False
.Windows(1).DisplayHeadings = False
.Windows(1).DisplayGridlines = False

and it works fine for a split second until a sheet is selected at the end of the procedure and then some of them turn themselves back on.

Anyone know why this is happening and how I can avoid it please? (this is really starting to bug me)

TIA

Dan.
dan2 is offline   Reply With Quote
Old Apr 5th, 2002, 09:51 AM   #2
dan2
Board Regular
 
Join Date: Mar 2002
Posts: 60
Default

My head is starting to hurt now with banging it against the monitor.

Any ideas anyone PLEASE.
dan2 is offline   Reply With Quote
Old Apr 5th, 2002, 10:05 AM   #3
dk
MrExcel MVP
 
Join Date: Feb 2002
Location: Sydney, Australia
Posts: 2,908
Default

Quote:
With Application
.Caption = "Store Paperwork"
.DisplayFormulaBar = False
.DisplayStatusBar = False
.DisplayScrollBars = False
.CommandBars("worksheet menu bar").Enabled = False
.CommandBars("chart menu bar").Enabled = False
.DisplayFullScreen = True
.CommandBars("full screen").Enabled = False
End With
With ActiveWorkbook
.Windows(1).Caption = Empty
.Windows(1).DisplayWorkbookTabs = False
.Windows(1).DisplayHeadings = False
.Windows(1).DisplayGridlines = False

and it works fine for a split second until a sheet is selected at the end of the procedure and then some of them turn themselves back on.

Anyone know why this is happening and how I can avoid it please? (this is really starting to bug me)
Dan,

From the Excel help for DisplayGridlines and DisplayHeadings

'This property affects only displayed headings'

Not sure about the formula bar though.

Why don't you select the sheet before running the code? By the way I like this code and may nick it!

Regards,
Dan
dk is offline   Reply With Quote
Old Apr 5th, 2002, 10:26 AM   #4
dan2
Board Regular
 
Join Date: Mar 2002
Posts: 60
Default

Dan

I just realised I missed part of the code out so here is the full code. It should work but its not and I know its probably just something small Im missing.

Sub screenset()
Sheets("toolbars").Select
Range("a1:a20").ClearContents
Range("a1").Select
For Each t In Application.Toolbars
If t.Visible = True Then
ActiveCell.Value = t.Name
ActiveCell.Offset(1, 0).Select
t.Visible = False
End If
Next t
Range("a1").Select
With Application
.Caption = "Store Paperwork"
.DisplayFormulaBar = False
.DisplayStatusBar = False
.DisplayScrollBars = False
.CommandBars("worksheet menu bar").Enabled = False
.CommandBars("chart menu bar").Enabled = False
.DisplayFullScreen = True
.CommandBars("full screen").Enabled = False
End With
With ActiveWorkbook
.Windows(1).Caption = Empty
.Windows(1).DisplayWorkbookTabs = False
.Windows(1).DisplayHeadings = False
.Windows(1).DisplayGridlines = False
End With
'Sheets("store paperwork").EnableSelection = xlUnlockedCells
Sheets("store paperwork").Select
Range("a1").Select
End Sub

If you use it, and get it working please let me know where I'm going wrong.

Thanks

Dan.
dan2 is offline   Reply With Quote
Old Apr 5th, 2002, 10:59 AM   #5
dk
MrExcel MVP
 
Join Date: Feb 2002
Location: Sydney, Australia
Posts: 2,908
Default

Dan,

How about this?

Code:
Sub screenset()
Sheets("toolbars").Range("a1:a20").ClearContents

r = 1
Range("a1:a20").ClearContents
Range("a1").Select
For Each t In Application.Toolbars
    If t.Visible = True Then
        Sheets("toolbars").Cells(r, 1).Value = t.Name
        t.Visible = False
        r = r + 1
    End If
Next t

Sheets("store paperwork").EnableSelection = xlUnlockedCells
Sheets("store paperwork").Activate
Range("a1").Select

With Application
    .Caption = "Store Paperwork"
    .DisplayFormulaBar = False
    .DisplayStatusBar = False
    .DisplayScrollBars = False
    .CommandBars("worksheet menu bar").Enabled = False
    .CommandBars("chart menu bar").Enabled = False
    .DisplayFullScreen = True
    .CommandBars("full screen").Enabled = False
End With
With ActiveWorkbook
    .Windows(1).Caption = Empty
    .Windows(1).DisplayWorkbookTabs = False
    .Windows(1).DisplayHeadings = False
    .Windows(1).DisplayGridlines = False
End With
End Sub
HTH,
Dan
dk is offline   Reply With Quote
Old Apr 5th, 2002, 12:15 PM   #6
dan2
Board Regular
 
Join Date: Mar 2002
Posts: 60
Default

Dan

I've worked out whats wrong with it.

The application.displaysetting=false needs to go first in the procedure or for some reason it cancels out the toolbars bit.

Now works fine for me. So if you want to use it do the above.

Dan.
dan2 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 07:24 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
All contents Copyright 1998-2012 by MrExcel Consulting.
diabetic desserts recipes recipes Diabetic Soups Holiday Pizza Recipes Popcorn Recipes Recipes For Microwave Pasta Recipes Casserole Recipes Chili Recipes Curry Recipes Crockpot Recipes Apples Recipes Bread Recipes Vegetarian Recipes Vegetable recipes Desserts Recipes Appetizers Ethnic Recipes Meat Dishes Barbecue Recipes Sauces Recipes Marinade Recipes Low Fat Recipes Frugal Gourmet Kitchen Classics Recipes On The Grill Cook Books Seafood Recipes Cajun Recipes Breads Low Fat Low Fat Breads Bread Machine Recipes Yeast Breads Quick Breads Fat Free Vegetarian Salad Recipes Eggplant Recipes Radish Recipes Tomato Recipes Jalapeno Recipes Potato Recipes Lettuce Recipes Cabbage Recipes Beans Ambrosia Recipes Biscotti Recipes Desserts Low Fat Cookie Recipes Cheesecake Recipes Cake Recipes Pie Recipes Muffin Recipes Custard Recipes Best Appetizers Appetizers Low Fat Salsa Recipes Dip Recipes International Recipes Afghan Recipes Alaska Recipes French Recipes German Recipes Greek Recipes Italian Recipes Spanish Recipes Thai Recipes Korean Recipes Chinese Recipes Mexican Recipes Indian Recipes Beef Recipes Pork Pork & Ham Pork Butts Pork Chop Recipes Pork Ribs Rulled Pork Poultry Recipes Stews Recipes Ground Beef Barbecue Grill Barbecue Smoker All Purpose Sauce BBQ Sauce Barbecue Sauce Carolina BBQ Sauce Pickle Recipes Marinades Smoking Low Fat Appetizers & Dips Low Fat Breakfast Low Fat Cakes Low Fat Cheesecakes Low Fat Cookies Low Fat Desserts Low Fat Fish & Seafood Low Fat Meats Low Fat Pasta Low Fat Pies Low Fat Salads Low Fat Sandwiches Low Fat Sauces & Condiments Low Fat Sides Low Fat Soups Low Fat Vegetarian Baker's Dozen Taste of Home Recipe Book Bon Appetit Cookbook Blacktie Cookbook Buster Cook Book Cookbook USA Cook Book Cook Book Sara's Cookbook Sara's Cookbook Appetizers and Dips Poultry recipes Diabetic recipes Holiday recipes Miscellaneous recipes 110 recipes 1986 Usenet cookbook 2900 recipes Cyberrealm recipes Great sysops of world Specialty recipes Ceideburg recipes Cheese recipes Chili recipes Fruits recipes Garlic recipes Great chefs of NY Londontowne recipes Raisins recipes Recipes for kids US Food Vegetarian recipes Bread recipes Drinks Meat Dishes Brisket recipes Caribou recipes Chicken recipes Filet mignons recipes Pork recipes Swordfish recipes Turkey recipes Pasta recipes Uncategorized recipes Ethnic recipes Canada recipes English recipes Ethiopia recipes Germany recipes Greece recipes Mexican recipes Philippines recipes Welsh recipes Microwave recipes Soups recipes Vegetable recipes Asparagus recipes Barley recipes Brown rice recipes Lentil recipes Mushrooms recipes Salads recipes Wild rice Desserts recipes Cakes recipes Chocolate recipes Cookies recipes Ice cream recipes