Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to access the User logged within a macro, already used the ActiveDocument.Variables, but I'm not succeeding.
thankful,
Wagner Figueiredo
Define a variable:
vUserID
=upper(osuser())
In the macro:
set v = ActiveDocument.Variables("vUserID")
strUserID = v.GetContent.String
Define a variable:
vUserID
=upper(osuser())
In the macro:
set v = ActiveDocument.Variables("vUserID")
strUserID = v.GetContent.String