Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default change font size in excel vba

Hi all,

I have a small form to input data

It would be nice if i can make the font bigger to ease data entry

There are no font size property.

How can i change the font size on the form only

best regards,
Pierre


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default change font size in excel vba

I have a small form to input data

Hi Pierre

Userform ?
Sheet ?



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Pierre" wrote in message ...
Hi all,

I have a small form to input data

It would be nice if i can make the font bigger to ease data entry

There are no font size property.

How can i change the font size on the form only

best regards,
Pierre




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default change font size in excel vba

Hi,

I do not understand your ?

I have a macro in vba in an excel sheet
The macro open a form
The user type in data that is validated againt a lookup table.
When data is ok, a new line is appended in the excel sheet.

that's it.

Now i just want to change the font on the form.
Now i have a something like Arial 12

I would like arial 24.

How can i do that?

regards,

Ron de Bruin a écrit dans le message ...
I have a small form to input data


Hi Pierre

Userform ?
Sheet ?



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Pierre" wrote in message

...
Hi all,

I have a small form to input data

It would be nice if i can make the font bigger to ease data entry

There are no font size property.

How can i change the font size on the form only

best regards,
Pierre






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default change font size in excel vba



Can use "FormName".Font.Size = "Desired font size" through code or
directly set the Font (Type and Size) Property of the form in the
design view.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default change font size in excel vba

thanks,
i just notice that if i clik on the fontname in the form properties i can
change the size!
regards,

pierre

a écrit dans le message
. com...


Can use "FormName".Font.Size = "Desired font size" through code or
directly set the Font (Type and Size) Property of the form in the
design view.



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
how do I change default font type/size in excel? JSF Setting up and Configuration of Excel 6 May 4th 09 02:07 PM
Change all text one font size up with various font sizes used. omchrystal New Users to Excel 2 March 6th 07 09:01 PM
How can I change the font size on an Excel sheet tab? Inobugs Excel Discussion (Misc queries) 3 October 26th 05 10:58 AM
Change default font and size in Comments box in Excel. ArtieF Setting up and Configuration of Excel 3 September 19th 05 05:27 PM
Change Font size in Excel VBA George Excel Programming 2 April 30th 04 06:58 PM


All times are GMT +1. The time now is 01:54 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"