standard data form direct to an excel spreadsheet

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

I want to be able to put in a persons name, address, postcode, social
security number etc in a row of an excel file. I must be able to do this
over a network so many users can add to the spreadsheet. The program must
also log the time that the data was added... any ideas on doing this?

Scott
 
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
 
You don't need a form, Excel has a built-in (Data>Form...). 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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top