ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Can I format a cell to fill red when clicked with mouse (Excel)? (https://www.excelbanter.com/excel-worksheet-functions/23826-can-i-format-cell-fill-red-when-clicked-mouse-excel.html)

mike.wilson

Can I format a cell to fill red when clicked with mouse (Excel)?
 
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.


Vasant Nanavati

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.




dave m

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.


mike wilson

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.


mike wilson

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.






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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com