M
Maarten
Hi,
My very first VBA app, and stuck
When I define a new project, it creates a blank form, and after running it shows the blank form, as
expected.
After that I add code like:
Sub Main()
MsgBox " My first test"
End Sub
and in the Project Property under StartUp Object I select "Sub Main" for the start up.
And it keeps complaining "Must have startup form of Sub Main()".
What might be wrong ?
Txs
Must have startup form .."
My very first VBA app, and stuck
When I define a new project, it creates a blank form, and after running it shows the blank form, as
expected.
After that I add code like:
Sub Main()
MsgBox " My first test"
End Sub
and in the Project Property under StartUp Object I select "Sub Main" for the start up.
And it keeps complaining "Must have startup form of Sub Main()".
What might be wrong ?
Txs
Must have startup form .."