Not sure, what you meant by uninstalling Microsoft MonthView Control 6.0 itself? I have removed it from the additional controls but have not uninstalled anything
Hello All,
I created a pop-up calendar using the Microsoft MonthView Control 6.0 and a command button to close the calendar and it works completely fine. Below code for your reference:
Code in the Command Button:
Private Sub cmdClose_Click()
Unload Me
End Sub
Code in the MonthView:
Private...
Hi,
I have a excel sheet showing the agent sales by country.
I have used the data validation filter as "Country" and the below details are the agents & the sales figures. So based on the country selection the agents values are populated.
However, the agents are unique for each country and...