Hi Graham,
I am following instructions in Create a Simple User Form. When I click Initialize I end up with
Option Explicit
Private Sub UserForm_Click()
End Sub
Private Sub UserForm_Initialize()
End Sub
rather than what the instructions say
Option Explict
Private oVars as Variables
I'm not sure what mistake I made. Your help is appreciated.
|