Userforms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am very new to this and I would like to find out how I can link any object in a userform (Textbox, combobox etc) to a cell in a worksheet so that when the form has been filled in it shows the info in a worksheet...

Can anyone help?
 
look at the control source property of the control in the properties window.

sheet1!A1

in the control soucre property would case a value in the control to appear
in cell A1 of Sheet1

--
Regards,
Tom Ogilvy

Paul Clark said:
Hi,

I am very new to this and I would like to find out how I can link any
object in a userform (Textbox, combobox etc) to a cell in a worksheet so
that when the form has been filled in it shows the info in a worksheet....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top