S
Sonny Maou
I'm using VBA within Word to get the volume serial number from a
networked drive but the code is failing. The getPCSerialNumber()
function works for local drives and mapped network drives, but not for a
UNC.
x = PCSerialNumber("C:\") ' good
x = PCSerialNumber("\\winxp1\templates\") ' bad
I've also considered temporarily mapping the UNC, but I'm not sure
that's a valid way to go.
Anybody have a clue or code for retrieving the volume serial of a
network shared drive/folder?
thAnk yOU!
networked drive but the code is failing. The getPCSerialNumber()
function works for local drives and mapped network drives, but not for a
UNC.
x = PCSerialNumber("C:\") ' good
x = PCSerialNumber("\\winxp1\templates\") ' bad
I've also considered temporarily mapping the UNC, but I'm not sure
that's a valid way to go.
Anybody have a clue or code for retrieving the volume serial of a
network shared drive/folder?
thAnk yOU!