Jump to content

doesnot hide userfrom1 how to solve this problem


MUTHUKUMAR1983

Recommended Posts

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

 

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...