textbox to file (.txt or .doc)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm new to Excel VB programming and have been searching the internet and
discussion board for the right code.

I'll have textbox1, commandbutton1, and want the button to be "Save
textbox". I can't find the code. I'm sure this is easy code to write but I
don't know how to start.

Thanks for the assistance!
 
You mean save to a file on disk ?
Look at the Open statement in VBA help, writing out the Textbox1.Text.

NickHK
 

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