Attribute VB_Name = "Module1" Option Explicit Public bIfServer As Boolean Sub Main() Load frmLinkType frmLinkType.Show End Sub