Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do you change the value of a document variable? below doesnt seem to work i presume its just created a new local varable.
Vloadfilter=1
ActiveDocument.Reload 'With Filtered table load
As we dont have intellisense this is harder than it should be is there a reference doc to the object model ?
Cheers
Colin
(Very new User)
Colin you can use
set or let to change the document variable try
Set Vloadfilter = 1; and you can download all the stuff from
Hope this helps
Talha
ActiveDocument.Variables("variable").SetContent "value", true