Excellent, thank you for the reply. So do I need to release the bridge when I close the form. Private Sub Close1_Click(sender As Object, e As EventArgs) Handles Close1.Click LoadCell1.close() Me.Close() End Sub Sometimes when I close the form the program locks up and I have to stop debugging to cont...