Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cgreen3
  • Content: Threads
  • Order by date
  1. cgreen3

    Grouping in a protected sheet in excel 2003

    Allright I have searched and tried to get this too work in my worksheet Sub auto_open() With Worksheets("sheet1") .Protect Password:="xlhelp", userinterfaceonly:=True .EnableOutlining = True End With End Sub Im trying to have my grouping expand on my protected...
  2. cgreen3

    Grouping on a protect sheet

    Allright I have searched and tried to get this too work in my worksheet Sub auto_open() With Worksheets("sheet1") .Protect Password:="xlhelp", userinterfaceonly:=True .EnableOutlining = True End With End Sub Im trying to have my grouping expand on my protected...

Part and Inventory Search

Back
Top