View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default standard data form direct to an excel spreadsheet

You don't need a form, Excel has a built-in (DataForm...). All that is
needed is some event code to add the date when a line is changed.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"OJ" wrote in message
oups.com...
Scott,
with due respect, this is a job for a database, not a spreadsheet. If
you are insistent on using a spreadsheet program like Excel then create
a shared workbook and use a form to add data. Load the for from the
Workbook_open event.

OJ