Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Grey out Cell content

I am make a worksheet with yes and no option boxes. I want to have certain
text in the worksheet greyed out if a question is answered no. Is there a way
to do this?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default Grey out Cell content

hi
yes. sounds like a job for conditional fomating.
read up on conditional formating in help
also see.....
http://www.contextures.com/xlCondFormat01.html

regards
FSt1

"MWysack" wrote:

I am make a worksheet with yes and no option boxes. I want to have certain
text in the worksheet greyed out if a question is answered no. Is there a way
to do this?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 897
Default Grey out Cell content

Link the No checkbox to a cell on the worksheet. The cell will show
"TRUE" when the checkbox is checked, and "FALSE" when it's unchecked.
Then, for the cells you want to grey out, use conditional formatting
to check the value of the linked cell and format accordingly.

--JP

On Jan 22, 3:35*pm, MWysack wrote:
I am make a worksheet with yes and no option boxes. I want to have certain
text in the worksheet greyed out if a question is answered no. Is there a way
to do this?

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default Grey out Cell content

hi
afterthought.
in case you aren't sure, use the linked cell property of the option button
to trigger the conditional formating.
the cell(s) you want grayed out, the CF in those cells should be something
like
formula is....=B2=Fasle (or True)

regards
FSt1

"FSt1" wrote:

hi
yes. sounds like a job for conditional fomating.
read up on conditional formating in help
also see.....
http://www.contextures.com/xlCondFormat01.html

regards
FSt1

"MWysack" wrote:

I am make a worksheet with yes and no option boxes. I want to have certain
text in the worksheet greyed out if a question is answered no. Is there a way
to do this?

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Grey out Cell content

Thank You!

"FSt1" wrote:

hi
afterthought.
in case you aren't sure, use the linked cell property of the option button
to trigger the conditional formating.
the cell(s) you want grayed out, the CF in those cells should be something
like
formula is....=B2=Fasle (or True)

regards
FSt1

"FSt1" wrote:

hi
yes. sounds like a job for conditional fomating.
read up on conditional formating in help
also see.....
http://www.contextures.com/xlCondFormat01.html

regards
FSt1

"MWysack" wrote:

I am make a worksheet with yes and no option boxes. I want to have certain
text in the worksheet greyed out if a question is answered no. Is there a way
to do this?

Reply
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
Sum if cell = grey LiAD Excel Worksheet Functions 4 February 22nd 10 05:01 PM
The clear filter from a a heading cell is grey out Mark Excel Worksheet Functions 2 September 23rd 09 03:17 AM
Grey out cell Angela1979 Excel Worksheet Functions 13 March 8th 07 09:16 PM
grey dot in left upper corner of cell singnothing Excel Discussion (Misc queries) 1 April 1st 06 10:06 AM
Cell borders printing black instead of grey julie@mwfc Excel Discussion (Misc queries) 1 February 23rd 05 12:19 AM


All times are GMT +1. The time now is 08:37 AM.

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"