Hello,
I'm opening an excel file on my local machine using a unc address as below:
Set objExcel = objExcelApp.Workbooks.Open("\\x1032NT4\c$\devImplem\welcomeLetter\wordFormat\DataFiles\" & datafile)
However, if I specify I different network machine on the LAN it falls over with an error.
Does anyone know how to open the file and specify the remote machine username and password for an nt box?
Cheers in advance
I'm opening an excel file on my local machine using a unc address as below:
Set objExcel = objExcelApp.Workbooks.Open("\\x1032NT4\c$\devImplem\welcomeLetter\wordFormat\DataFiles\" & datafile)
However, if I specify I different network machine on the LAN it falls over with an error.
Does anyone know how to open the file and specify the remote machine username and password for an nt box?
Cheers in advance