Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / February 2008

Tip: Looking for answers? Try searching our database.

lock cells

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
kaja48380@gmail.com - 22 Feb 2008 13:23 GMT
how to lock a single cell in ms excel by not a worksheet
Gary''s Student - 22 Feb 2008 13:59 GMT
Right from the Recorder:

Sub Macro1()
'
' Macro1 Macro
' Macro recorded 2/22/2008 by James Ravenswood
'

'
   Cells.Select
   Selection.Locked = False
   Selection.FormulaHidden = False
   Range("A1").Select
   Selection.Locked = True
   Selection.FormulaHidden = False
   ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True
End Sub

Signature

Gary''s Student - gsnu200770

> how to lock a single cell in ms excel by not a worksheet
Gav123 - 22 Feb 2008 14:02 GMT
Hi,

On your sheet left click the grey box in the top left hand corner of the
sheet (Above Row 1 and to the left of Column A) this selects all cells on the
sheet.

Right click and selct Format Cells then the Protection Tab, uncheck the
Locked box and click Ok.

Select the cell that you want to lock/protect. Right click, Format Cells,
Protection tab and check the Locked box, click OK.

Select the Tools menu from the top of the screen and Protection, the protect
sheet.

Uncheck the Select Locked Cells box.

Enter a password, click ok, enter the passwaord that you used in the
previous step and click ok.

Hope this helps,

Gav.

> how to lock a single cell in ms excel by not a worksheet
Otto Moehrbach - 22 Feb 2008 14:07 GMT
What is it that you want to do?  What do you mean when you say "lock  a
cell"?  That means different things to different people.  In Excel, that
means to change the setting of a cell to "Locked".  That, by itself, does
not protect the cell.  If the sheet is protected, all locked cells are
protected.  Post back with more detail about what you have and what you want
to have.  HTH  Otto
> how to lock a single cell in ms excel by not a worksheet
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.