Hello,
I have been playing with different version of the following line to convert the first character of a string to a superscript but nothing in working. The line, as is, converts the whole cell contents to superscript. Would anyone be able to point out where I am making a syntax mistake?
Thank you!
I have been playing with different version of the following line to convert the first character of a string to a superscript but nothing in working. The line, as is, converts the whole cell contents to superscript. Would anyone be able to point out where I am making a syntax mistake?
PHP:
wb.sheets("TestSheet").Range("A" & lastrowoftestsheet + 1 + i).Characters(Start:=1, Length:=0).Font.Superscript = True
Thank you!