Hello everyone!!
I am interested in making up an attendance register on excel.
Please advise if the formatting of the cell (change of background colour) can be done by just clicking on it.
I have tried changing the background colour of the cells in VB by:
'With Selection.Interior
.ColorIndex = 26
.Pattern = xlSolid
End With'
but the issue here is attaching the macro or running the macro on every cell which turn the background color when clicked.
Regards
Gaurav
I am interested in making up an attendance register on excel.
Please advise if the formatting of the cell (change of background colour) can be done by just clicking on it.
I have tried changing the background colour of the cells in VB by:
'With Selection.Interior
.ColorIndex = 26
.Pattern = xlSolid
End With'
but the issue here is attaching the macro or running the macro on every cell which turn the background color when clicked.
Regards
Gaurav