Hi all. I have a form control combo box, with 3 items in hte drop down: "Select Period" "Q1FY10" and "Q2FY10"
I want to use vba to search a bunch of lines of code and find the value of the drop down, but I don't know how to reference it. This was what I just tried, but it didn't work:
Obviously, the drop down name is "PeriodDropDown"
Any help you can give me is greatly appreciated. Thanks!
Hank
I want to use vba to search a bunch of lines of code and find the value of the drop down, but I don't know how to reference it. This was what I just tried, but it didn't work:
Code:
PeriodDropDown.Value
Obviously, the drop down name is "PeriodDropDown"
Any help you can give me is greatly appreciated. Thanks!
Hank