Object Reference Not Set to an Instance of an object

mikewhite

Member
Licensed User
Longtime User
Hi,

my program is running fine in the desktop environment. When I try to compile it I get that error on line 1 of the first Module. The module starts like this

Sub Globals
Public HOST
.
.
.
End sub

Any clues as to what I've done wrong anybody?

Thanks

Mike
 

mikewhite

Member
Licensed User
Longtime User
:sign0060:Found it thanks. Was a missing end sub in a completely different module. Project is quite large so wasn't too keen to post it.

Mike
 
Top