I understand that I lack some basic knowledge on VBA... Hopefully I will learn these basics as I use it more....
I have implemented a MonthView control on my worksheet. When I click a cell in column F, the calendar pop up. I want the same to happen for column D.
I tried to change the (Range"F5:F500") to (Range ("D5:D500, "F5:F500"), but now the calendar also pop up when I click on cells in column E.
I assume that I am missing a - or something in the code in order for it to only be activated in column D and F?
I have implemented a MonthView control on my worksheet. When I click a cell in column F, the calendar pop up. I want the same to happen for column D.
I tried to change the (Range"F5:F500") to (Range ("D5:D500, "F5:F500"), but now the calendar also pop up when I click on cells in column E.
I assume that I am missing a - or something in the code in order for it to only be activated in column D and F?