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

using 2003. I need to capture the outline level and or if columns/
rows have been grouped.
I know how to set the outline level but how can I capture if/what the
outline level is?

meg99

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Outline level

For any given row?

Dim myRow As Range
Set myRow = ActiveSheet.Range("a17").EntireRow
MsgBox myRow.OutlineLevel



meg99 wrote:

using 2003. I need to capture the outline level and or if columns/
rows have been grouped.
I know how to set the outline level but how can I capture if/what the
outline level is?

meg99


--

Dave Peterson
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
How to promote/demote Excel rows to new outline group level? GY2 Excel Discussion (Misc queries) 0 February 17th 10 02:55 PM
Resetting view when hiding detail in outline level VJP Excel Discussion (Misc queries) 0 November 9th 07 02:29 PM
Test for outline level of cell fgrose Excel Worksheet Functions 3 July 16th 07 10:52 PM
In a formula how can I reference the outline level of a row? Dana DeLuca Excel Worksheet Functions 1 May 9th 07 09:26 PM
Macro to Outline based on Indent Level [email protected] Excel Programming 3 April 13th 07 08:30 PM


All times are GMT +1. The time now is 11:34 PM.

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"