Hi all,
I need to set up the properties of a dropdown list equal to nothing, so that when I open my workbook nothing is selected. I dont want anything to show on the dropdown..
So I need to place this code on a form so will have to specify the name of the Sheet first and then the name of the dropdown like:
Sheets("Revenue").DropdownRegion.Value = ""
This doesnt work but will be something like that?
Thanks in advance
eilob
I need to set up the properties of a dropdown list equal to nothing, so that when I open my workbook nothing is selected. I dont want anything to show on the dropdown..
So I need to place this code on a form so will have to specify the name of the Sheet first and then the name of the dropdown like:
Sheets("Revenue").DropdownRegion.Value = ""
This doesnt work but will be something like that?
Thanks in advance
eilob