Loading

userform1 to userform 2

3 posts / 0 new
Last post
Offline
Joined: 08/06/2010
userform1 to userform 2

Hai sir:

I have 2 userform name as userform1 and userform2, how to display the userform1 textbox3.text value to userform2 textbox4.text

admin's picture
Offline
Joined: 11/14/2008
re: userform1 to userform 2

User this code in your userform1:

  1. userform2.textbox4.text = me.textbox3.text
Offline
Joined: 08/06/2010
Rply

Hai i was paste that code but it not come ya

can i put also like this
UserForm4.TextBox4.Text = Me.TextBox3.Text
userform1.show

Pages

Add new comment

Filtered HTML

  • You may insert videos with [video:URL]
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <asp>, <c>, <cpp>, <csharp>, <css>, <html4strict>, <java>, <javascript>, <mysql>, <php>, <python>, <sql>, <vb>, <vbnet>. The supported tag styles are: <foo>, [foo].
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.