Text in TextBox to Program

  • Thread starter Thread starter Gordon
  • Start date Start date
G

Gordon

Can not get the text in TextBox to the Program.
Changed Private Continue_click() to Publick Continue_Click(), which
worked once untill deleted 2 tabs in worksheet: Macro1 and Macro2. In
Continue_Click put: PersonName = Name.Text. See it in the Local
windows as Variable/Stringg, but wont go into program.

Thanks
Gordon
 
Gordon,
Your post is difficult to understand.
Try re-wording it and reposting. Include answers to the following...
Are you buttons/textboxes on a sheet or on userform?
Are you using XL4? If not why sheets names Macro1 and 2?
Are all of your words spelled correctly in your code...
Publick and Stringg ?
What exactly does get the text to the program mean?
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Gordon" <[email protected]>
wrote in message
Can not get the text in TextBox to the Program.
Changed Private Continue_click() to Publick Continue_Click(), which
worked once untill deleted 2 tabs in worksheet: Macro1 and Macro2. In
Continue_Click put: PersonName = Name.Text. See it in the Local
windows as Variable/Stringg, but wont go into program.
Thanks
Gordon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top