Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 52
Default Change default for protected sheets

The default is set at being able to access both locked and unlocked cells

How can I change this to allow access to only unlocked cells, without having
to unclick that option each time?

thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default Change default for protected sheets

Create a new workbook. Under worksheet protection deselect locked files.
Save this workbook with the name Book as a template in C:\Documents and
Settings\<username\Application Data\Microsoft\Excel\XLStart. Restart Excel.
Excel will now use the workbook as the template for all new workbooks. You
can use the same technique for worksheets as well. Just create a new
workbook with only 1 worksheet. Make whatever changes you want to the
worksheet and save the workbook as a template with the name Sheet. Restart
Excel. All new worksheets will now use the saved template.

Tyro

"carrera" wrote in message
...
The default is set at being able to access both locked and unlocked cells

How can I change this to allow access to only unlocked cells, without
having
to unclick that option each time?

thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Change default for protected sheets

I just added a couple of buttons to a Toolbar and assigned these macros.

Sub SHEETPROTECT()
With ActiveSheet
.Protect Password:="justme", DrawingObjects:=True, _
Contents:=True, Scenarios:=True
.EnableSelection = xlUnlockedCells
End With
End Sub

Sub SHEETUNPROTECT()
ActiveSheet.Unprotect Password:="justme"
End Sub


Gord Dibben MS Excel MVP

On Thu, 10 Jan 2008 09:26:07 -0800, carrera
wrote:

The default is set at being able to access both locked and unlocked cells

How can I change this to allow access to only unlocked cells, without having
to unclick that option each time?

thanks


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default Change default for protected sheets

Correction: locked files should be locked cells

Tyro

"Tyro" wrote in message
et...
Create a new workbook. Under worksheet protection deselect locked files.
Save this workbook with the name Book as a template in C:\Documents and
Settings\<username\Application Data\Microsoft\Excel\XLStart. Restart
Excel. Excel will now use the workbook as the template for all new
workbooks. You can use the same technique for worksheets as well. Just
create a new workbook with only 1 worksheet. Make whatever changes you
want to the worksheet and save the workbook as a template with the name
Sheet. Restart Excel. All new worksheets will now use the saved template.

Tyro

"carrera" wrote in message
...
The default is set at being able to access both locked and unlocked cells

How can I change this to allow access to only unlocked cells, without
having
to unclick that option each time?

thanks





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
protected sheets Jock Excel Worksheet Functions 3 December 4th 07 12:51 PM
hiding zero values on all sheets & by default on new sheets WiFiMike2006 Excel Worksheet Functions 4 January 19th 07 08:13 PM
protected sheets Aspen Excel Discussion (Misc queries) 1 November 11th 06 08:05 PM
Protected Sheets Jolo Excel Discussion (Misc queries) 3 December 28th 05 02:21 AM
Protected sheets steve Excel Worksheet Functions 2 November 14th 04 05:53 PM


All times are GMT +1. The time now is 02:06 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"