Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
i heva a problem with the syntax in my of my macro -
ActiveDocument.Fields("TR_Year").Select ActiveDocument.variables("v_year").getcontent
whats wrong?
tnx, adi
Hi,
Try like this
ActiveDocument.Fields("TR_Year").Select ActiveDocument.GetVariable("v_year").GetContent.String
Regards,
Jagan.
Hi,
Try like this
ActiveDocument.Fields("TR_Year").Select ActiveDocument.GetVariable("v_year").GetContent.String
Regards,
Jagan.
Hi Adi,
Please close this thread if you got the solution.
Regards,
Jagan.