Hi,
I am developing a company intranet and was wondering is it possible to open the files from the server locations rather than using href as this opens the file from your local temp directory and subsequently read only too.
Regards
Matthew Clay
Hi,
I am developing a company intranet and was wondering is it possible to open the files from the server locations rather than using href as this opens the file from your local temp directory and subsequently read only too.
Regards
Matthew Clay
You're not providing enough information. Do you have some code?
The code i am using is
<a href="Sales/Van List/Van List New.xls">
The file is on a network server where the page is hosted but when you click the link it opens it from temp and not the server location so when you open it a second time the files is "Van List New_1.xls" and the macro no longer works.
Cheers
Matthew
It looks to me like you need absolute url's. Such as;
<a href="http://myserver.com/Sales/Van List/Van List New.xls">
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.