Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody,
My question is quite simple, but I did not think the community.
I have a field called COMPANY and the content is X, Z.
I would like to select the company X via macro.
Thank you all,
Gleybson Fernandes
Resolved,
as follows:
Select SUB
Set doc = ActiveDocument.Fields ("Company")
doc.Select "x"
END SUB
Thank you all.
Resolved,
as follows:
Select SUB
Set doc = ActiveDocument.Fields ("Company")
doc.Select "x"
END SUB
Thank you all.