View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Newbie1 Newbie1 is offline
external usenet poster
 
Posts: 6
Default data from userform into worksheet cells

Thanks guys for the code and links - just what I needed

Kenny

"Newbie1" wrote in message
...
Hi everyone

I am trying to create an Excel database.
I have created a userform with several text boxes and combo boxes. This
runs on opening the file.
My plan is to be able to click on a command button and have the boxes
contents go to the next empty row on the sheet.
I have managed to create code to select the first cell of the empty row

and
fill "A" with a sequential number.
How do I fill the row with the data from the boxes???

All advice accepted!

Kenny