Hi there,
I have an excel doc that opens a file within their system. E.g. Finance2011.xls but the macro needs to know the destination of the file. At the moment I have manually put the file path on each system individually. I'd there anyway I can write a code to insert the systems file path into the open code line
E.g
Workbook.open("File:///\\system34\mydocuments\Finance2011.xls")
So the code will find the ("File:///\\system34\mydocuments\" part
I have an excel doc that opens a file within their system. E.g. Finance2011.xls but the macro needs to know the destination of the file. At the moment I have manually put the file path on each system individually. I'd there anyway I can write a code to insert the systems file path into the open code line
E.g
Workbook.open("File:///\\system34\mydocuments\Finance2011.xls")
So the code will find the ("File:///\\system34\mydocuments\" part