Easiest way to map a network drive without any declarations only 1 line of code and it works
Easiest way to map a network drive without any declarations only 1 line of code and it works
Rate Easiest way to map a network drive without any declarations only 1 line of code and it works
(2(2 Vote))
Shell ("net use ?: \\??\c"), vbHide
End Sub
? = The drive letter you want to use
?? = the network name of the computer you are trying to map to
Easiest way to map a network drive without any declarations only 1 line of code and it works Comments
No comments yet — be the first to post one!
Post a Comment