Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have a look at Ron de Bruin's site copying to a database sheet.
you should be able to adapt this to work with your form. http://www.rondebruin.nl/copy1.htm -- JB "sharonm" wrote: 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! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Question on User Forms and Command Buttons | Excel Programming | |||
User forms | Excel Programming | |||
user forms and pivot tables question | Excel Discussion (Misc queries) | |||
User Forms | Excel Programming | |||
Question about user forms | Excel Programming |