Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Could anyone help me. I'm struggling with the following two routines that allow the user to change the font size. Sub fontsize(size As Byte) ActiveCell.Font.size = size End Sub Sub test() a = InputBox("please enter fontsize") Call fontsize(a) End Sub It gives me an error but I think it should work. Is this a bug? Thanks Suzie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change font size on screen, but prints in old size | Excel Discussion (Misc queries) | |||
change scaling % but font size didnt change porportionally, pls he | Excel Discussion (Misc queries) | |||
Change all text one font size up with various font sizes used. | New Users to Excel | |||
MsgBox Font Size change | Excel Programming | |||
Change Font Size | Excel Worksheet Functions |