J
Johan Axelsson
Hi!
I want to use a variabel to access objects in the
ThisDocument object. But I can't get it to work. Probably
very simple.
example:
I want to access this field ThisDocument.addressfield.Value
by doing
Dim str as String
str = "addressfield"
ThisDocument.str.Value 'This Doesn't work. how do I do
this.
BR,
Johan
I want to use a variabel to access objects in the
ThisDocument object. But I can't get it to work. Probably
very simple.
example:
I want to access this field ThisDocument.addressfield.Value
by doing
Dim str as String
str = "addressfield"
ThisDocument.str.Value 'This Doesn't work. how do I do
this.
BR,
Johan