I have a spreadsheet that on opening, I want a userform called "NewGame" to open in front of it.
I am currently using the following code, but the spreadsheet is opening without the "NewGame: userform appearing.
Private Sub Userform_Activate()
With NewGame
End With
End Sub
I am currently using the following code, but the spreadsheet is opening without the "NewGame: userform appearing.
Private Sub Userform_Activate()
With NewGame
End With
End Sub
Last edited: