I have this code on a combobox but for some reason it comes up with an error. It is supposed to go to the sheet that is the value selected in the combobox.
Private Sub MapPlayers_Change()
Sheets(MapPlayers.Value).Select
End Sub
Could it be because it is always trying to go there because there is a value selected even before someone clicks on it? Is there something I need to add to the code to prevent that?
Bookmarks