Separating Forms from database

Chino21

New Member
Joined
Nov 11, 2011
Messages
30
Hi guys,

What im planning is to separate my forms from my database so that it will be easier to load the form/file since it will be shared. The two workbook will be saved on our network ("W"). The workbook for the forms will be under W:\forms while the database will be at W:\data.

Its like the forms are calling the workbook located in W:\data

Both with the same filename: Metric.xlsm
 
Last edited:

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Hi guys,

What im planning is to separate my forms from my database so that it will be easier to load the form/file since it will be shared. The two workbook will be saved on our network ("W"). The workbook for the forms will be under W:\forms while the database will be at W:\data.

Its like the forms are calling the workbook located in W:\data

Both with the same filename: Metric.xlsm


I have tried this
Code:
Workbooks.Open Filename:="network path\filename"

Gave me an error that the file is already opened. So I changed the filename of the other file to database.

Code:
Workbooks.Open Filename:="W:\data\database.xlsm"

Now, i noticed that the two files were loaded (database and metric). Is there anyway that database.xlsm will not be loaded.
 
Upvote 0

Forum statistics

Threads
1,203,047
Messages
6,053,197
Members
444,645
Latest member
mee siam

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