K
Kobayashi
I have a shared drive that is mapped to different letters (M & N) fo
two users. However, I need both users to be able to run the below an
save the file to a folder on this share. If I qualify the share lette
- ("M:\....") I have no problems but this will then only allow on
user to run the code.
Any ideas???
myFile = ("\\Mis Reports\" & "COB" & " " & Format(CoBD, "mm.dd") & "
& "equ" _
& ".xls")
Cobbook.SaveAs Filename:=myFile
T.I.A. & Regards,
Adria
two users. However, I need both users to be able to run the below an
save the file to a folder on this share. If I qualify the share lette
- ("M:\....") I have no problems but this will then only allow on
user to run the code.
Any ideas???
myFile = ("\\Mis Reports\" & "COB" & " " & Format(CoBD, "mm.dd") & "
& "equ" _
& ".xls")
Cobbook.SaveAs Filename:=myFile
T.I.A. & Regards,
Adria