Good day
Is there anyone that can assist.....
I managed to get the code working for single cells but unable to get the code working for multiple cells.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Range("A6") = "" Then
Range("A6") = "=A1"
ElseIf Range("A1") = ""...