exporting data from a form to a spread sheet

  • Thread starter Thread starter R.H.
  • Start date Start date
R

R.H.

I was wondering if someone could tell me how to export data entered on a
user form to a excel spread sheet.

Roger
 
Not an export but an assignment process typically as follows.......

Range("A1").Value = UserForm1.TextBox1.value

Cheers
Nigel
 
Thanks, that worked.
Not an export but an assignment process typically as follows.......

Range("A1").Value = UserForm1.TextBox1.value

Cheers
Nigel
 
ive been told i need to have schema's to do this... im trying to set it up where when a form is filled out for a client the info automatically populate's an excel spreadsheet...
 

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