excel - Write text with overline -
i know there formula can use , execute make text overlined, looks strange when click on text. using equation tools - accent , overbar works, limited on font , need use font, not cambria math. easier way can generated code behind.
does knows how write text overline in excel?
consider:
sub helloworld() dim s string, s2 string s = "helloworld" = 1 len(s) s2 = s2 & mid(s, i, 1) & chrw(773) next activecell .font.name = "arial ms unicode" .value = s2 end end sub
note have picked commonly available font.
Comments
Post a Comment