Thread
:
is it possible to unable the user to add more sheets to a workboo
View Single Post
#
1
Posted to microsoft.public.excel.programming
jjk
external usenet poster
Posts: 42
is it possible to unable the user to add more sheets to a workboo
Using menu Goto
Tools - Protection - Protect Workbook
Make sure Structure is checked.
Programatically
ThisWorkbook.Protect Structu=True
Regards,
Jayant
Reply With Quote
jjk
View Public Profile
Find all posts by jjk