PC Review


Reply
Thread Tools Rate Thread

check box to indicate "no work required"

 
 
jeagly167
Guest
Posts: n/a
 
      3rd Apr 2008
I have an excel workbook with two worksheets, a coversheet with check boxes
an action items tab. I would like, if the box is checked on the coversheet
tab to display the "no work required" in cell F4 on action items tab.

Thanks!
 
Reply With Quote
 
 
 
 
Mike
Guest
Posts: n/a
 
      3rd Apr 2008
Put this into the CoverSheet module
Private Sub CheckBox1_Change()
If CheckBox1.Value = True Then
Worksheets("ActionItems").Range("F4").Value = "NO"
Else
Worksheets("ActionItems").Range("F4").Value = ""
End If
End Sub

"jeagly167" wrote:

> I have an excel workbook with two worksheets, a coversheet with check boxes
> an action items tab. I would like, if the box is checked on the coversheet
> tab to display the "no work required" in cell F4 on action items tab.
>
> Thanks!

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Grammar Only" check does not work - but Style and Spelling check Argravated Microsoft Word Document Management 1 10th Dec 2008 09:33 AM
"check for messages in all folders" option doesn't seem to work awrightus@hotmail.com Windows Vista Mail 0 8th May 2007 11:13 PM
ReVIEW (Erratum): some shortcut keys not working anymore-----help""""""""PhpApach...WORK WELL!!!! wbrowse@gmail.com Windows XP Help 0 13th Apr 2007 12:29 PM
Identify what "processes" are required; and what "services" are required kerwin nailor Windows XP New Users 2 21st Sep 2006 08:58 AM
Unhide fields and make it "required" on basis on check box update sunilkeswani@gmail.com Microsoft Access Forms 7 29th Nov 2005 07:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:44 PM.