View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
papou papou is offline
external usenet poster
 
Posts: 110
Default Save from form input

Hello Sam
With Worksheets("Sheet1")
..Range("A65536").End(xlUp)(2).Value = TextBox1
..Range("B65536").End(xlUp)(2).Value = TextBox2
..Range("C65536").End(xlUp)(2).Value = TextBox3
End With
HTH
Cordially
Pascal

"Sam" a écrit dans le message de news:
...
This must be really easy, but just don't know how to do it. I have a form
with 3 text input fields. I want to save inputs to "table1" first empty
row
to column A, B and C.
--
-Sam