hi,
I try to use GetExcelRange function and works with file excel on my pc but not work in lan.
this works:
I have a folder in another pc in my lan and that folder has linked on my pc with S: unit, if I try this:
that not works.
I have full access to folder linked to S: unit (read and write)
any help?
I try to use GetExcelRange function and works with file excel on my pc but not work in lan.
this works:
cPath = "c:\myfolder\"
cFile = "myfile.xls"
GetExcelRange(cPath+cFile, , , @lOpened )I have a folder in another pc in my lan and that folder has linked on my pc with S: unit, if I try this:
cPath = "S:\"
cFile = "myfile.xls"
GetExcelRange(cPath+cFile, , , @lOpened )that not works.
I have full access to folder linked to S: unit (read and write)
any help?
FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)

