Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I found this great post from Stefi but I don't know what it means to install a UDF and can't find any reference in the Excel 2007 HELP files. Can someone help me. Install this UDF (post if you need assistance in installing), enter =ColoredRow(ROW(),3) in all rows in an unused column! Autofilter the TRUE values in this column, and copy them into a separate sheet! Function ColoredRow(rownum, colorcode) ColoredRow = False For Each cella In Range(rownum & ":" & rownum) If cella.Font.ColorIndex = colorcode Then ColoredRow = True Exit Function End If Next cella End Function Regards, Stefi |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
try to install a security update, prompted to install PRO11.msi | Setting up and Configuration of Excel | |||
What program do I install to install office 2003 with no prior pro | Excel Discussion (Misc queries) | |||
Can't install add-in | Excel Worksheet Functions | |||
Why does PHStats *NOT* install when I install Analytical ToolPak? | Setting up and Configuration of Excel | |||
XP Install question | Excel Discussion (Misc queries) |