Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want to use excel as a check list.
I would like to be able to have a cell turn a given colour when the cell is selected with the left mouse key. |
#2
![]() |
|||
|
|||
![]()
There is no click event for a worksheet. You could use the SelectionChange
event but that would also fire when the cell is navigated to using the keyboard. You can trap the double-click or right-click event to accomplish this, but then you would lose the normal double-click or right-click functionality. -- Vasant "mike.wilson" wrote in message ... I want to use excel as a check list. I would like to be able to have a cell turn a given colour when the cell is selected with the left mouse key. |
#3
![]() |
|||
|
|||
![]()
If you want to just use excel as a check list there is a way.
1.enter task in a cell.ie Doors locked. in the next cell type yes and then format the Yes cell (both background and text colour) to, lets say grey(grey is good cos its not an excel default text colour.). the cell will look empty. When you want to check it off click on cell and click on Font colour button.(make sure font colour is not same colour as cell. Hope this helps. "mike.wilson" wrote: I want to use excel as a check list. I would like to be able to have a cell turn a given colour when the cell is selected with the left mouse key. |
#4
![]() |
|||
|
|||
![]()
thanks for the information.
"dave m" wrote: If you want to just use excel as a check list there is a way. 1.enter task in a cell.ie Doors locked. in the next cell type yes and then format the Yes cell (both background and text colour) to, lets say grey(grey is good cos its not an excel default text colour.). the cell will look empty. When you want to check it off click on cell and click on Font colour button.(make sure font colour is not same colour as cell. Hope this helps. "mike.wilson" wrote: I want to use excel as a check list. I would like to be able to have a cell turn a given colour when the cell is selected with the left mouse key. |
#5
![]() |
|||
|
|||
![]()
thanks for the information.
It may be that I can lose the rightclick functionality in this case. I will try it out and see. "Vasant Nanavati" wrote: There is no click event for a worksheet. You could use the SelectionChange event but that would also fire when the cell is navigated to using the keyboard. You can trap the double-click or right-click event to accomplish this, but then you would lose the normal double-click or right-click functionality. -- Vasant "mike.wilson" wrote in message ... I want to use excel as a check list. I would like to be able to have a cell turn a given colour when the cell is selected with the left mouse key. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can't format cell - have tried unlocking and unprotecting | Excel Discussion (Misc queries) | |||
Format a cell with numbers and user defined text | Excel Discussion (Misc queries) | |||
Custom format that shows blank cell if another cell is empty | Excel Discussion (Misc queries) | |||
Can an excel cell automatically change fill colors based on values | Excel Discussion (Misc queries) | |||
How do I unhide the cell format function in Excel 2000 | Excel Worksheet Functions |