11-29-2016, 01:28 PM
Yes, it can be because the network folders probably are not mapped to H: and P: in QM process, because QM process runs as admin. There are separate mappings for standard user and admin.
Macro Macro272
Or run your macro in separate process as User. Look in Properties.
Macro Macro272
if !FileExists("H:" 2)
,Wsh.WshNetwork n._create
,VARIANT v=1
,n.MapNetworkDrive("H:" "\\xxx\yyy\zzz" v)
,n.MapNetworkDrive("P:" "\\xxx\yyy\zzz2" v)
Or run your macro in separate process as User. Look in Properties.