Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pass string of text to a module

Status
Not open for further replies.

Yoxy99

MIS
Jul 28, 2007
23
US
Hello, I have two vb files one is class and the other is a module that uses that class. How can I pass a string of a text from a text box into my module?
 

In the module:

Public StringVariable As String


In any place you want to pass a string to the module:


Module1.StringVariable = "abcdefg"



I used to rock and roll every night and party every day. Then it was every other day. Now I'm lucky if I can find 30 minutes a week in which to get funky. - Homer Simpson

Arrrr, mateys! Ye needs ta be preparin' yerselves fer Talk Like a Pirate Day!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top