user Forms Question

  • Thread starter Thread starter sharonm
  • Start date Start date
S

sharonm

Hello,

is it possible to have a user enter data through a User Form which I have
created and then update a flat Excel worksheet (located either in the same
Workbook or a different one) with the data entered onto the User Form?

I have been trying to find some examples of how this would be done with no
luck. Does anyone know of any good sites or places I could take a look at?

Thanks!
 
Worksheets("Sludge").Range("A1").Value = Me.Textbox1.Value
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"sharonm" <
wrote in message
Hello,
is it possible to have a user enter data through a User Form which I have
created and then update a flat Excel worksheet (located either in the same
Workbook or a different one) with the data entered onto the User Form?

I have been trying to find some examples of how this would be done with no
luck. Does anyone know of any good sites or places I could take a look at?
Thanks!
 

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