Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Does anyone know a function that returns the font style of a selectio (or just the color)? I haven't been able to find one anywhere -- GK8053 ----------------------------------------------------------------------- GK80535's Profile: http://www.excelforum.com/member.php...fo&userid=1546 View this thread: http://www.excelforum.com/showthread.php?threadid=27060 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ActiveCell.Font.colorIndex
ActiveCell.font.Color ActiveCell.Font.Name ActiveCell.font.bold (true or false) and so forth. -- Regards, Tom Ogilvy "GK80535" wrote in message ... Does anyone know a function that returns the font style of a selection (or just the color)? I haven't been able to find one anywhere. -- GK80535 ------------------------------------------------------------------------ GK80535's Profile: http://www.excelforum.com/member.php...o&userid=15461 View this thread: http://www.excelforum.com/showthread...hreadid=270607 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change the Font Style in VBA | Excel Discussion (Misc queries) | |||
How to write a formula to set the Font Style? | Excel Discussion (Misc queries) | |||
changing font style in a complex worksheet function | Excel Worksheet Functions | |||
how do i get font style back on toolbar? | Excel Discussion (Misc queries) | |||
Function to return font style | Excel Programming |