M
Martin
I'm writing a series of macros in VBA for Word. I need to set aside some
text so that a subsequent macro can look at it. I want to store it in a
custom document property, but msoPropertyTypeString is limited to 255
characters, and the text I want to store is sometimes longer than that. Is
there any other custom property type that I can use, or any other way that I
can store a bit of text outside of a running macro?
Thanks for your help.
Martin
text so that a subsequent macro can look at it. I want to store it in a
custom document property, but msoPropertyTypeString is limited to 255
characters, and the text I want to store is sometimes longer than that. Is
there any other custom property type that I can use, or any other way that I
can store a bit of text outside of a running macro?
Thanks for your help.
Martin