LORDMARKS

New Member
Joined
Jun 5, 2014
Messages
39
Hi all

I have been given a workbook to improve the functionality. The main issue is multi user access, the workbook is shared between about 10 users at any one time, all adding data to the same page.

However due to the nature of the running VBA this workbook can not shared in the normal way. So I am looking for other ways I could set up a workbook, or collection of workbooks to gather the data from mutiple users at the same time?

I was thinking of some kind of workbook that exports and imports the data to subbooks, but I cant get my head around how i would set it up.

If anyone has any ideas for me to look at, or any experiance in this area, please post..Thanks
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Hi,
Most here, me included would strongly advise that you avoid sharing a workbook. Article here worth a read:http://blog.contextures.com/archives/2008/11/18/avoiding-shared-workbooks-in-excel/

Your thoughts to have a common workbook (database) & have sub workbooks (templates) for each user is a more practical approach & in past, MS produced a very useful addin to do just this but seem to have discontinued it in later versions. See here for further info:How to Use the Template Wizard with Data Tracking Add-In

In absence of this you can still make the idea work but depends on your VBA skills to update the coding in your workbook.

To understand what your current workbook is doing, it would be helpful to forum if you could place a copy of your workbook in a public dropbox, contributors here should then be able to offer some guidance.

Hope Helpful

Dave
 
Upvote 0

Forum statistics

Threads
1,215,794
Messages
6,126,940
Members
449,349
Latest member
Omer Lutfu Neziroglu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top