Hi,
I have a mailmerge document which has bookmarks I dynamically add text to....
All text added to these bookmarks is being truncated at 255 characters.
How do I resolve this?
Thanks.
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
MIME::Lite TLS Email Encryption - Perl v0.02 beta
I have a mailmerge document which has bookmarks I dynamically add text to....
Code:
Set BMRange = owordApp.ActiveDocument.Bookmarks("Sales").Range
BMRange.Text = Me.Sales_Info
owordApp.ActiveDocument.Bookmarks.Add "Sales", BMRange
All text added to these bookmarks is being truncated at 255 characters.
How do I resolve this?
Thanks.
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
MIME::Lite TLS Email Encryption - Perl v0.02 beta