G GK80535 Oct 19, 2004 #1 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
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
T Tom Ogilvy Oct 19, 2004 #2 ActiveCell.Font.colorIndex ActiveCell.font.Color ActiveCell.Font.Name ActiveCell.font.bold (true or false) and so forth.
ActiveCell.Font.colorIndex ActiveCell.font.Color ActiveCell.Font.Name ActiveCell.font.bold (true or false) and so forth.