Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I'm trying to get the user credentials I entered with to QV, through vbscript.
The only thing I found till now is the UserName by using the following code:
Set Properties = ActiveDocument.GetApplication.GetProperties
UserName = Properties.UserName
MsgBox
How can I get the UserId or any other relevant credential?
Thanks in advance!