Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
I need to detect if the text in a given cell is underlined or not. I tried: If Sheets("Parts List").Cells(TITLEROW, intC).Underline = xlUnderlineStyleSingle Then But I get: "Object doesn't support this property or method" same with: If Sheets("Parts List").Cells(TITLEROW, intC).Underline.xlUnderlineStyleSingle = True Then I have to admit, at this point I am guessing. Does anyone know the right way to do this? Thank You, -plh -- I keep hitting "Esc" -- but I'm still here! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to detect if cells text go on other column ? | Excel Programming | |||
how do i detect like text and add corresponding values? | Excel Discussion (Misc queries) | |||
Function to display a cell containing an underlined number | Excel Programming | |||
Finding an underlined character among several characters in a cell | Excel Programming | |||
Loop until underlined border?? | Excel Programming |