Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default row disabling upon check box click



I have a spread sheet (temporary, otherwise I'd make something nicer)
that tracks history of certain entries. My idea is that if I have a
check box in the "A" column at the beginning of the row, I could click
that check box to signify "case completed" and it would make that row
readonly and possibly shaded (much like disabled radio button text in a
form). How would one code that?

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default row disabling upon check box click

Don

In the 'checkbox_click()' code module, you need to write code that protects
the worksheet and protects each cell in the row that you wish to be disabled.
You can then use the colorindex property to change the color of cells in that
row, so the row will appear disabled.

"Don M" wrote:



I have a spread sheet (temporary, otherwise I'd make something nicer)
that tracks history of certain entries. My idea is that if I have a
check box in the "A" column at the beginning of the row, I could click
that check box to signify "case completed" and it would make that row
readonly and possibly shaded (much like disabled radio button text in a
form). How would one code that?

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

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
Increase size of a Forms Check Box (click on to enter check mark) 718Satoshi Excel Discussion (Misc queries) 0 August 17th 07 01:52 AM
Disabling click and right-click on the Picture I inserted in an Excel document [email protected] Excel Worksheet Functions 1 June 2nd 06 09:13 PM
Disabling Macro-Virus check s_s_sridhar[_3_] Excel Programming 0 October 4th 04 12:58 PM
Disabling Macro-Virus check s_s_sridhar[_2_] Excel Programming 1 October 4th 04 12:33 PM
Disabling Right Click Menu Tom Excel Programming 2 August 18th 04 06:57 AM


All times are GMT +1. The time now is 10:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"