I use the following code to return the owner username of network files. It works perfectly in 32-bit Excel, even on 64-bit Windows. In 64-bit Excel, no error is thrown, it simply doesn't return anything.
Thoughts?
Set objWMIService = GetObject("winmgmts:")
Set objFileSecuritySettings =...