Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default rowlevel selecting


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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default rowlevel selecting

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Selecting the next row up or down?????? Bob Excel Discussion (Misc queries) 3 April 9th 09 12:08 PM
VBA - Selecting a Row Elise148 Excel Discussion (Misc queries) 5 June 12th 07 04:29 PM
Selecting The Last Row Minitman[_4_] Excel Programming 15 July 25th 05 03:11 AM
How can I find out the Maximum Outline Rowlevel? Wassim[_2_] Excel Programming 1 August 13th 04 01:46 AM
How to show only one part of rowlevel 3??? Anita[_4_] Excel Programming 0 April 1st 04 01:11 AM


All times are GMT +1. The time now is 01:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"