View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
R.H.[_2_] R.H.[_2_] is offline
external usenet poster
 
Posts: 7
Default exporting data from a form to a spread sheet

Thanks, that worked.

Nigel wrote:

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

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

Cheers
Nigel

"R.H." wrote in message
...

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

Roger