View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 1,726
Default New List in 2003

Range("C1").Select
ActiveSheet.ShowDataForm


--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Robert" wrote in message
...
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...
--
Robert Hill