View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
yshridhar yshridhar is offline
external usenet poster
 
Posts: 229
Default Userform-font change

Thanks Dennis. I have typed the text the specified language font. So there
is not need of translation.
Many thanks
With regards
Sreedhar

"Dennis Tucker" wrote:


For language fonts:
http://www.fonts.com/FavoriteFonts/LanguageFonts.htm

To change a font at run time:
UserForm1.Label1.Font.Name = "Courier New"
UserForm1.Label1.Font.Italic = True
UserForm1.Label1.Font.Size = 36

Unfortunately, just changing the font to another language is not the same as
translating the meaning.


Dennis

"yshridhar" wrote in message
...
Hello all
I have created a userform. It displays question and four options. The
user
has to select one option. It works fine. How to change font (Times New
Roman) to some other language font (GIST-DVTTDhruv) in the display.
Thank you all in advance.
Sreedhar