MUTHUKUMAR1983 Posted May 30 Share Posted May 30 Private Sub CommandButton1_Click() Dim FN As String Dim LN As Double FN = TextBox3.Value LN = TextBox4.Value ThisDrawing.SendCommand "tk" & Chr(10) & FN & Chr(10) & LN & Chr(10) UserForm1.Hide TextBox3.Value = Clear TextBox4.Value = Clear 'TextBox3.SetFocus End Sub Private Sub Frame1_Click() End Sub Private Sub TextBox1_Change() ThisDrawing.SetVariable "USERS1", TextBox1.Value End Sub Private Sub TextBox2_Change() ThisDrawing.SetVariable "USERS2", TextBox2.Value End Sub Private Sub TextBox3_Change() End Sub Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.