Hi guys,
I got a combo box (name: ComboBox1 ) with 3 options : A,B,C
image1.png
Each option has it own scenario.
In the sheet code I got:
Everything works, but I still have the same error that show up everytime:![]()
Private Sub ComboBox1_Change() ActiveSheet.Scenarios(ComboBox1.Value).Show End Sub
Error 1004 : Show method of scenario class failed
Bookmarks