Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Set the Default File Path in Excel to a Users Home DirectoryContent of Set the Default File Path in Excel to a Users Home Directory.vbsMD5 Hash: D60F51645F3F734B8426379656322C25 |
||
Set objUser = GetObject("LDAP://cn=Ken Myer,ou=Finance,dc=fabrikam,dc=com")
strHomeDirectory = objUser.homeDirectory Set objExcel = CreateObject("Excel.Application") objExcel.DefaultFilePath = strHomeDirectory objExcel.Quit | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |