View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Couchman Robert Couchman is offline
external usenet poster
 
Posts: 9
Default Export textbox value into a spreadsheet cell

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.valu

i know it doesnt work

thank you

Robert Couchman