Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Can I select or determine wether a cell is in rowlevel 1 -- Georg ----------------------------------------------------------------------- George's Profile: http://www.hightechtalks.com/m83 View this thread: http://www.hightechtalks.com/t234352 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
for i = 1 to 20
if rows(i).OutlineLevel = 1 then msgbox "row " & i & " at Level 1" end if Next Note that the default is outlinelevel 1, so you would need to restrict your search to the rows in the outline area. -- Regards, Tom Ogilvy "George" wrote in message ... Can I select or determine wether a cell is in rowlevel 1? -- George ------------------------------------------------------------------------ George's Profile: http://www.hightechtalks.com/m830 View this thread: http://www.hightechtalks.com/t2343520 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting the next row up or down?????? | Excel Discussion (Misc queries) | |||
VBA - Selecting a Row | Excel Discussion (Misc queries) | |||
Selecting The Last Row | Excel Programming | |||
How can I find out the Maximum Outline Rowlevel? | Excel Programming | |||
How to show only one part of rowlevel 3??? | Excel Programming |