Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I want to make one Button to increase the Font Size for the Selected Cells in worksheet. I made a macro but it increasing the Font only for "X9" cell. Can I make one Tougle button for Zoom In and Zoom Out for the Selected Cell. if it possible pls help me. Sub ZOOM() Range("X9").Select With Selection.Font .Name = "Arial" .Size = 20 .Strikethrough = False .Superscript = False .Subscript = False .OutlineFont = False .Shadow = False .Underline = xlUnderlineStyleNone .ColorIndex = xlAutomatic End With With Selection.Interior .ColorIndex = 42 .Pattern = xlSolid End With End Sub Regards shahzad |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA Function to Increase the Selected Cell Font. | Excel Programming | |||
Font size and color change for selected cell only | Excel Programming | |||
Increase font size in a check box | Excel Discussion (Misc queries) | |||
Number in cell increase with increase in font size. | Excel Discussion (Misc queries) | |||
How do I increase the font size in a cell validation list? | Excel Discussion (Misc queries) |