Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear All,
I have data at sheet1 as follows Material Date Qty UnitCost Total AAA 1/01/2006 2 3 9 BBB 3/01/2006 3 4 16 I try to create the data input form with the following VB Code Sub Inputform() ActiveSheet.ShowDataForm End Sub The result if I run this macro == as Data Input FORM ----------------------------------------------------------------------- Sheet 1 ----------------------------------------------------------------------- Material _______ New Record Date: _______ New Qty : _______ Delete Cost : ________ Restore Total : ________ Find Prev Find Next Criteria Close all ______ fields are to be input manually.If I wish to have Field Materail at this data input form as a "Dropdown field" instead of we need input it manually, but still as part of this data input form, is there any way by using any VB code to create it? Many thanks for any advise and help, Best Regards PA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop-down list on simple excel 2003 form using "form" from data me | Excel Discussion (Misc queries) | |||
how do I creat an input form in excel 2007 to include drop down bo | Excel Discussion (Misc queries) | |||
User Form - Get Data From Drop List | Excel Discussion (Misc queries) | |||
How do I add input data in the input ranges in drop down boxes. | Excel Discussion (Misc queries) | |||
Data Input - User Form Drop-Down Box | Excel Programming |