View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Juan Pablo González Juan Pablo González is offline
external usenet poster
 
Posts: 226
Default Export textbox value into a spreadsheet cell

Where did you put that code ?

--
Regards,

Juan Pablo González

"Robert Couchman" wrote in
message ...
Hello, i am trying to export a value typed into a userform text box, to a

cell in my spreadsheet, when i specify the location i want the data to go, i
seem to end up with errors, can anyone please tell me what i need to input
to get my text box information to go to a specific cell in a spread sheet?

e.g. sheet1.range("c15").value = textbox1.value

i know it doesnt work!

thank you,

Robert Couchman