M
Meera
Hello,
How do I set a document Variable where the variable name
is greater than 256 characters. I am doing something like
this.
Public Sub SetVariable(varName As String, varValue As
Variant)
Call deleteVariable(varName)
Call ActiveDocument.Variables.Add(varName, varValue)
End Sub
where everytime the varName is greater than 255 characters
it gives me runtime error. Is there a work around for
this where my string length can be breater than this limit.
Thanks in advance.
Meera
How do I set a document Variable where the variable name
is greater than 256 characters. I am doing something like
this.
Public Sub SetVariable(varName As String, varValue As
Variant)
Call deleteVariable(varName)
Call ActiveDocument.Variables.Add(varName, varValue)
End Sub
where everytime the varName is greater than 255 characters
it gives me runtime error. Is there a work around for
this where my string length can be breater than this limit.
Thanks in advance.
Meera