Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to hide the contents of a cell.
Not protect the cell, simply hide the contents. Something like:- Range("A1").Contents.Hidden=True but of course that syntax doesn't work. Help please -- donwb |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Assign a custom number format of ;;; (that's three semicolons). The value
will not be visible in the worksheet but will still be visible in the formula bar. Without protecting the sheet, there is no way to prevent the contents from appearing in the formula bar. -- Cordially, Chip Pearson Microsoft MVP - Excel, 10 Years Pearson Software Consulting www.cpearson.com (email on the web site) "donbowyer" wrote in message ... I want to hide the contents of a cell. Not protect the cell, simply hide the contents. Something like:- Range("A1").Contents.Hidden=True but of course that syntax doesn't work. Help please -- donwb |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Chip
That did it fine. Many thanks -- donwb "Chip Pearson" wrote: Assign a custom number format of ;;; (that's three semicolons). The value will not be visible in the worksheet but will still be visible in the formula bar. Without protecting the sheet, there is no way to prevent the contents from appearing in the formula bar. -- Cordially, Chip Pearson Microsoft MVP - Excel, 10 Years Pearson Software Consulting www.cpearson.com (email on the web site) "donbowyer" wrote in message ... I want to hide the contents of a cell. Not protect the cell, simply hide the contents. Something like:- Range("A1").Contents.Hidden=True but of course that syntax doesn't work. Help please -- donwb |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide the contents of cell | Excel Discussion (Misc queries) | |||
Hide Cell Contents. | Excel Discussion (Misc queries) | |||
Hide Cell contents | Excel Programming | |||
how can I hide the contents of a cell so others cannot see it | Excel Discussion (Misc queries) | |||
Hide Contents of Calculated Cell | New Users to Excel |