I have 3 excel files:
PriceList.xls
A template file linked to the following 2 excel files. Basically a very large printable pricelist updated from linked excel files exported from access. Protected from modifying cell contents.
TotalCost.xls & Multiplier.xls
Files transferred from access queries. So the user can set retail prices in the nicely formatted pricelist.xls file.
I have been unable to update the links without having all 3 excel files open. Updating works perfectly if I open the 2 linked files prior to opening PriceList.xls. I have a button on a switchboard that opens all 3 files. Updating occurs perfectly, but I want to automate the process so the user only ever sees the updated TotalCost.xls.
I need to:
Open TotalCost.xls (invisible)
Open Multiplier.xls (invisible)
Open PriceList.xls (visible)
[links update]
Close TotalCost.xls
Close Multiplier.xls
My problem is that I don't know how to close a single instance of excel from access vb. Thanks...
PriceList.xls
A template file linked to the following 2 excel files. Basically a very large printable pricelist updated from linked excel files exported from access. Protected from modifying cell contents.
TotalCost.xls & Multiplier.xls
Files transferred from access queries. So the user can set retail prices in the nicely formatted pricelist.xls file.
I have been unable to update the links without having all 3 excel files open. Updating works perfectly if I open the 2 linked files prior to opening PriceList.xls. I have a button on a switchboard that opens all 3 files. Updating occurs perfectly, but I want to automate the process so the user only ever sees the updated TotalCost.xls.
I need to:
Open TotalCost.xls (invisible)
Open Multiplier.xls (invisible)
Open PriceList.xls (visible)
[links update]
Close TotalCost.xls
Close Multiplier.xls
My problem is that I don't know how to close a single instance of excel from access vb. Thanks...