VERSION 4.00 Begin VB.Form Form1 Caption = " TZBESI" ClientHeight = 6720 ClientLeft = 5250 ClientTop = 4245 ClientWidth = 6585 Height = 7200 Left = 5190 LinkTopic = "Form1" ScaleHeight = 6720 ScaleWidth = 6585 Top = 3825 Width = 6705 Begin VB.CommandButton Command1 Caption = "Go" Height = 375 Left = 5400 TabIndex = 0 Top = 6000 Width = 855 End End Attribute VB_Name = "Form1" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Command1_Click() Exec_ZBESI End Sub