V
Vit
Hi all,
I'm trying to write a macro on an excel file that open another excel
file (stored on a sharepoint site), copy and paste some data...
the problem is to open the file stored in the sharepoint site...
I'm using this:
Application.FollowHyperlink "http://test:8080/PWA/Project Documents/00
MS Excel File/Direct Cost Summary.xls", , , True
the problem is that in this way I'm opening the file in "Read Only"...
where, in the VBA can I set this value????
thanks all
Cheers
Vit
I'm trying to write a macro on an excel file that open another excel
file (stored on a sharepoint site), copy and paste some data...
the problem is to open the file stored in the sharepoint site...
I'm using this:
Application.FollowHyperlink "http://test:8080/PWA/Project Documents/00
MS Excel File/Direct Cost Summary.xls", , , True
the problem is that in this way I'm opening the file in "Read Only"...
where, in the VBA can I set this value????
thanks all
Cheers
Vit