J
jb
Hi Folks,
I'm looking for a way to loop through all the properties of a Style (and
maybe other objects in word) so that I can strip out everything and read
the settings placed on them.
i.e. For Each oProp in Activedocuemnt.style("Stylename")
astrMyProp(i) = oProp
Next
Cheers
J
I'm looking for a way to loop through all the properties of a Style (and
maybe other objects in word) so that I can strip out everything and read
the settings placed on them.
i.e. For Each oProp in Activedocuemnt.style("Stylename")
astrMyProp(i) = oProp
Next
Cheers
J