Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
You can make the cell look empty in the worksheet (not in the formula bar).
You could use the same font color as fill color (white on white) or use a custom format of: ;;; (3 semicolons) me.range("b41,b45").numberformat = ";;;" and to see it: me.range("b41,b45").numberformat = "General" Sara wrote: Thanks Dave. That works perfectly. I also want to tie the same checkbox (checkbox3) to hide the values in cell B41 and B45 if it is checked. Is their a way to just hide the cell text rather than hidding the entire row or a column? I am not sure how to write the code for a specific cell. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using checkboxes, can I write formulas based on what is checked? | Excel Worksheet Functions | |||
How to have Checkbox A uncheck with checked Checkbox B | Excel Discussion (Misc queries) | |||
Print a selection based on checked checkboxes | Excel Worksheet Functions | |||
Sum Only Checked Checkboxes | Excel Discussion (Misc queries) | |||
My checkboxes will not stay checked. | Excel Discussion (Misc queries) |