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 

enter image description here

note have picked commonly available font.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -