I have created a List in Excel 2003. Is it possible to bring up the Form for
the List (Data -> Form) programmatically? I want to add a menu item for the
user to push to display the form for data entry into the List.
Thanks...

Signature
Robert Hill
Bob Phillips - 09 Dec 2006 22:03 GMT
Range("C1").Select
ActiveSheet.ShowDataForm

Signature
---
HTH
Bob
(change the xxxx to gmail if mailing direct)
>I have created a List in Excel 2003. Is it possible to bring up the Form
>for
[quoted text clipped - 3 lines]
>
> Thanks...