Creating an editable connection file for Excel worksheet

Dogchow89

New Member
Joined
Jan 14, 2015
Messages
6
Hello everyone, and apologies if this question does not belong here...

I have an Excel 2007 worksheet that multiple people use to create certificates. It pulls data from the company's SQL data source, as well as from a data table that is hand-entered onto a separate worksheet in that workbook.

A problem I am having is that because multiple people are using this file at the same time, we continually have the situation where my primary data entry users get the "locked for editing by another user" window. Also, management is getting fed up with having to close and reload the file every time data entry is saved in the workbook.

One solution I tried was to completely offload the manual data entry portion onto its own file, and have my certificate worksheet point to it as a data connection, so the data entry user can work within the data entry file while the other users can simply refresh the data. However, this does not work because whenever anyone has the certificate worksheet open, the data entry worksheet cannot be saved, as it gives the "*FILE* is currently in use. Try again later." error window.

Are there solutions or alternatives to this? The goal is to have the data entry user be able to input and save data, while the end users can simultaneously use their worksheet and refresh data as well. I am currently limited to Excel (no Access!) so I would like to make sure I exhaust my options before going to management to justify a software purchase.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
hi,

you describe one solution with the manual data entry portion in its own file. can you set that up to be just a data file. then when data entry is made to it, it is only a brief query. UPDATE or INSERT INTO or similar. So, not opening the file. just having it there for users to query.

If you need to have DELETE queries these can't be done to Excel files. but maybe you can work around that.

Maybe you don't know, you can have an mdb file. even without MS Access installed. (VBA can create it, btw. Suggest you google. There will be an old post ~10 years ago where I gave some late bound code to do that - as I wanted to be able to make mdb files from other users computers that did not have the VBA reference set for ADOX. I don't have that handy. Still, google should find plenty of early bound examples which will be fine.)

regards
 
Upvote 0

Forum statistics

Threads
1,214,853
Messages
6,121,935
Members
449,056
Latest member
denissimo

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