Thread
:
Defining a Variable
View Single Post
#
1
Posted to microsoft.public.excel.programming
Phil H[_2_]
external usenet poster
Posts: 87
Defining a Variable
Using Option Explicit gives me the compile error: Variable not defined, on
this code. What would the correction be?
Sub OpenCalendar()
frmCalendar.Show
End Sub
Reply With Quote
Phil H[_2_]
View Public Profile
Find all posts by Phil H[_2_]