L
Larry
I know it's possible to return the description of a named macro, like
this:
Selection.TypeText WordBasic.MacroDesc$("AAATests")
But is it possible, not just to return the description, but to change
it, using something like this:
X = Selection.Text
WordBasic.MacroDesc$("AAATests") = X
Larry
this:
Selection.TypeText WordBasic.MacroDesc$("AAATests")
But is it possible, not just to return the description, but to change
it, using something like this:
X = Selection.Text
WordBasic.MacroDesc$("AAATests") = X
Larry