Hi all,
I am trying to make an event happen when I select a cell. It works fine for a single cell.
I would like the event to happen if I select any cell in a certain column. I have tried the following:
It doesn't work though.![]()
Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Address = ("D:D") Then Kalender.Show End If End Sub
Any help will be appreciated.
Thanks,
-Ronnie.
Bookmarks