M
Martin Müller
Dear experts,
is there any way in VBA to store strings in an array
whereby their bold- and sub-/superscript-information is
preserved? Up to now, I find that a string that contains
indices as subscripts loose the subscript information (or
any font-information, presumably) when this string is
stored in an array (via array(i) = Selection.Text) and
subsequently typed out (via Selection.TypeText Text:=array
(i)). Bold-information could be reproduced, but the loss
of the subscripts deforms any sort of chemical formulae.
Best regards
Martin
is there any way in VBA to store strings in an array
whereby their bold- and sub-/superscript-information is
preserved? Up to now, I find that a string that contains
indices as subscripts loose the subscript information (or
any font-information, presumably) when this string is
stored in an array (via array(i) = Selection.Text) and
subsequently typed out (via Selection.TypeText Text:=array
(i)). Bold-information could be reproduced, but the loss
of the subscripts deforms any sort of chemical formulae.
Best regards
Martin