Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 229
Default Userform-font change

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 154
Default Userform-font change

yshridhar -

I typically select the object, then (right-click), select properties,
then font, then select the desired. I am not sure if the font you cite
is available in that list. Maybe, if it isn't, someone might be able to
provide a way to include it.

Jay Dean



*** Sent via Developersdex http://www.developersdex.com ***
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default Userform-font change


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


  #4   Report Post  
Posted to microsoft.public.excel.programming
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro to change Userform Textbox Font attributes JMay Excel Programming 3 November 12th 08 03:14 AM
Change UserForm font donbowyer Excel Programming 4 January 6th 08 04:49 AM
Change all text one font size up with various font sizes used. omchrystal New Users to Excel 2 March 6th 07 09:01 PM
change display font to actual selected font Flannigan Excel Discussion (Misc queries) 1 August 30th 05 01:46 PM
Userform-Change textbox color and font based on input in other tex Neal Excel Programming 2 July 22nd 05 12:16 AM


All times are GMT +1. The time now is 09:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"