<t>Hi, I have a drop down list in my spreadsheet, and I would like to get the selected value. I associated the following macro to it, but it does not get the "DropDown1.value " : Sub DropDown1_change()MsgBox ("Index1 changed")Sheets("Sheet1").range("A1").Value = "Index : " & DropDown1.valueEnd S...