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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading Text1.Text from another module

Status
Not open for further replies.

cadbilbao

Programmer
Apr 9, 2001
233
ES
Hello.

I've got a form 'MyForm' and a module 'MyModule.bas'.

Within 'MyModule.bas', I want to see the value of a
Text from 'MyForm'

Value = Text1.Text

But I get a '424 error' (an object is required). I suppose
that I have to make Text1 object be visible from all
the forms of the project.

Any suggestion?

Regards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top