Excel VBA Course
Excel VBA Course - From Beginner to Expert

200+ Video Lessons
50+ Hours of Video
200+ Excel Guides

Become a master of VBA and Macros in Excel and learn how to automate all of your tasks in Excel with this online course. (No VBA experience required.)

View Course

Collect info in 1 central workbook

0

I created a form for many people at my work to use.  How do I collect the information from the form in one central workbook?  Thank you.

Answer
Discuss

Answers

0

There are many ways to do this. Which one you choose depends upon the enironment in which you work and the workflow.

The apparently easiest way would be to store the form in the central workbook and allow everybody access. Such a solution may run into a problem when two or more people access the form (workbook) at the same time. The size of the problem depends upon how the central workbook is shared. 

Another solution would have you distribute the form but let the form's input be recorded in the central workbook instead of the one containing the form. This method vastly reduces the time during which each user accesses the central workbook. The question is whether users are allowed to edit data in the central workbook which would raise the problem of possible contradicting changes being made. If the users only add data this is the model I would go for.

Discuss

Discussion

Users will not be able to edit any data they enter.  So, my concern is will I run into an issue with two entries being made at the same time?  Thank you so much for your help.
nadinecanas Jul 31, '19 at 10:50 pm
If you use the second suggestion such an occurrance would be very unlikely because writing only takes a fraction of a second. Perhaps Windows can handle such an event by itself, reacting like the disc is slow or busy with one of its own systems. If it becomes an issue code can be written to capture the event but I wouldn't do that prophylacticly. The drawback of this system is in the distribution of the form. Every update must be installed on many PCs - nicer if there were only one.
If my answer helped you please mark it as "Selected". Thank you.
Variatus (rep: 4889) Aug 1, '19 at 12:00 am
Add to Discussion


Answer the Question

You must create an account to use the forum. Create an Account or Login