LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default how to make cell read only


Technically you can't, but depending on your needs you can do something
as follows, where "F7" is the cell you want protected:

Private Sub Worksheet_Change(ByVal Target As Range)
Range("F7").Value = "Your Formula or Text Goes Here"
End Sub

Harald Staff Wrote:
You can't, sorry.

Best wishes Harald

"ndalal" skrev i melding
ups.com...

If I protect the sheet, then it works fine, but how can I make a

cell
read only
WITHOUT protecting the sheet ??



--
Ikaabod
------------------------------------------------------------------------
Ikaabod's Profile: http://www.excelforum.com/member.php...o&userid=33371
View this thread: http://www.excelforum.com/showthread...hreadid=540414

 
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
How do I format cells in Excel to make 175/5 read 175? SJR4347 Excel Worksheet Functions 2 February 22nd 10 03:21 AM
How do I make an execl cell A3 read-only based on A4? Jerome Excel Discussion (Misc queries) 3 September 10th 09 09:39 PM
How do I make read-only file vij Excel Discussion (Misc queries) 1 July 17th 09 02:04 PM
Make a file read only Michael Singmin Excel Programming 1 November 3rd 03 07:45 PM
How do make cells F9:R1999 READ-ONLY ? lothario[_12_] Excel Programming 3 October 14th 03 09:09 PM


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