Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have no problem changing a variable content with a macro like:
sub cli
set v=ActiveDocument.Variables("coeff")
v.Forcecontent "20",20
end sub
but I do not know how to do the same using, instead of the "20", a variable content.....
please help!
thanks
FOUND!
sub X
v = ActiveDocument.Evaluate("coeffm")
ActiveDocument.Variables("coeff").SetContent v, true
end sub
FOUND!
sub X
v = ActiveDocument.Evaluate("coeffm")
ActiveDocument.Variables("coeff").SetContent v, true
end sub
FOUND!
sub X
v = ActiveDocument.Evaluate("coeffm")
ActiveDocument.Variables("coeff").SetContent v, true
end sub
FOUND!
sub X
v = ActiveDocument.Evaluate("coeffm")
ActiveDocument.Variables("coeff").SetContent v, true
end sub