Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the info. I was not aware of the format ";;;". Your answers may
very well work for me. I'll try it. "Gord Dibben" wrote: Whoops! Forgot to deal with the contents of the cells you want hidden. The "hidden" property just hides the content in the formula bar. To hide the cell contents on the sheet, before you lock them, FormatCellsNumberCustom ;;; that's 3 semi-colons. Gord On Fri, 02 Mar 2007 20:16:55 -0800, Gord Dibben <gorddibbATshawDOTca wrote: Russell Excel's internal protection is very weak so the general rule is........if you don't want someone to see data, don't include it in the workbook. With that warning in mind, you can protect and hide just certain cells while the sheet is protected. By default, all cells are protected when sheet protection is enabled. Hit CTRL + a(twice in 2003) to select all cells. FormatCellsProtection. Uncheck "locked" Select the cells you want protected and hidden and FormatCellsProtection Check "locked" and "hidden". ToolsProtectionProtect Sheet. Note the options when protecting. Supply a password and OK. I reiterate..........this is very weak protection. Internal protection passwords are easily cracked. Gord Dibben MS Excel MVP On Fri, 2 Mar 2007 19:05:39 -0800, Russell A Fowler <Russell A wrote: I have a need to hide sensitive information without protecting the sheet, hiding the column (or row), and without using white text (If a user selects the cell, then text can be seen.) Using the hide cell protection option will not work unless the sheet is protected and would disallow the entry of other data. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to remove contents of cell and move all other contents up one row | Excel Discussion (Misc queries) | |||
hide cell contents and make it reappear (Excel) | Excel Discussion (Misc queries) | |||
Hide Contents of Calculated Cell | New Users to Excel | |||
Cell contents vs. Formula contents | Excel Discussion (Misc queries) | |||
How do I add a date formula to a cell but hide the contents with . | Excel Discussion (Misc queries) |