working with multple users

marik9581

New Member
Joined
Jun 1, 2018
Messages
8
hi

I have several excel files with vba code, using 1 data file.
how can multiple users work with 1 data file?

also, how can i work with data file without opening it each time i need to read some data from it?

i will explain:
1st excel file read some cells from sheet1 on another excel file. if i try to read the cells without opening the 2nd data file - i get an error.
maybe there is another way to store data in a way i dont have to open, and can just read the data from it without opening it each time.
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
hi

I have several excel files with vba code, using 1 data file.
how can multiple users work with 1 data file?

also, how can i work with data file without opening it each time i need to read some data from it?

i will explain:
1st excel file read some cells from sheet1 on another excel file. if i try to read the cells without opening the 2nd data file - i get an error.
maybe there is another way to store data in a way i dont have to open, and can just read the data from it without opening it each time.


If you just need to read data from your master file, then open it Read Only - this should allow any number of users to do the same thing without causing any conflict error.

Alternatively, if you really want to do this without opening then have a look here:https://www.rondebruin.nl/win/s3/win024.htm
which may be something that will help you.

Dave
 
Upvote 0

Forum statistics

Threads
1,223,900
Messages
6,175,276
Members
452,629
Latest member
SahilPolekar

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