Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I format cells in Excel to make 175/5 read 175? | Excel Worksheet Functions | |||
How do I make an execl cell A3 read-only based on A4? | Excel Discussion (Misc queries) | |||
How do I make read-only file | Excel Discussion (Misc queries) | |||
Make a file read only | Excel Programming | |||
How do make cells F9:R1999 READ-ONLY ? | Excel Programming |