Excel Workbook - Simultaneous Use

  • Thread starter Thread starter doodles82a
  • Start date Start date
D

doodles82a

I created a UserForm where the user inputs data for a record onto the
form. When they press a button, the record is loaded onto an excel
worksheet that exists on the same file as the form. The form inserts
one record at a time on the next empty row.

Is there a way for more than one user to simultaneously use a
centralized version of this form/workbook to populate new rows of data
into excel?

Each user would work from different locations. They'd access the
centralize workbook, type in their record, then press enter. Currently,
if two people are using the centralized form at the same time, only
select entries are saved. I want all entries to be saved, one beneath
the next on the worksheet.

Does anyone have a solution? I find it hard to believe that Excel would
have form capability without having a way for people to use the form
simulaneously. What, if anything, am I missing? Thanks all.

Michael
 
Hi Michael

I spent some time on this a few months ago but could not implement it
(maybe someone else has/can). In the end, I had to go with separate
workbooks which I merged when needed. A database (eg Access) may be
the way to go.

Regards

Paul Martin
Melbourne, Australia
 
Hi Michael

Form capabilities are just as useful in single user environments.

Second Paul, this is database work, not spreadsheet work. Keep the form in
Excel if you like, but make it read-write data to a central database file,
not to a/the Excel workbook.

HTH. Best wishes Harald
 
Harald and Paul, thank you so much for your input. Harald, do I
understand you to say that everyone can use a centralized excel-based
form where a single Access database is populated by each user
simultaneously (instead of an excel spreadsheet)?

If so, how can I implement this front-end excel form application with a
back-end access database? Can I recall data from the back-end database
to the front-end excel form for review and revision?

Thanks again, guys.

Michael
 

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