View Single Post
 
Old 08-20-2020, 10:17 AM
savvy savvy is offline Windows 10 Office 2016
Novice
 
Join Date: Aug 2020
Location: Toronto
Posts: 23
savvy is on a distinguished road
Default

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.
Reply With Quote