The way my boss wants it is to have the standards on the sheet.
For example I would have the product then in that cell for that product have a drop down list that you would pick the type of product and in the the next cell the standard for that product would pop up.
Now in a day that supervisor...
That would work for my personal use but other users will be using this sheet and need that grouping function but I will need to have some cells locked to keep my standards in place.
Thank you
I appreciate the help
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.