Vbscript / Ms Office / Word Edit User Properties
Edit the Word document user properties.
Set objWord = CreateObject("Word.Application") objWord.UserName = "My Name" objWord.UserInitials = "MN" objWord.UserAddress = "Address" objWord.Quit
Please note that a disclaimer applies to any code on this page.
|