Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
?B?RlZD?= wrote
Can I format (via Macro???) a cell so that if the user left clicks on the cell a check mark appears without using the Control Toolbox. The cells with such format will only need to then be the totaled (via =counta(x:x). Something like this in a WorkSheet module: Private Sub Worksheet_SelectionChange(ByVal Target As Range) On Error Resume Next If Target.Count 1 Then Exit Sub With Selection ..Value = Chr(252): .Font.Name = "Wingdings" End With End Sub -- David |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell addressing using the content of another cell. | Excel Worksheet Functions | |||
Cell addressing using the content of another cell. | Excel Worksheet Functions | |||
How do I make a cell equal to another cells value and not it's fo. | Excel Worksheet Functions | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
GET.CELL | Excel Worksheet Functions |