View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Level of Indentation of a cell

Range("A1").IndentLevel will give you the values 0,1,2,3...


If this post helps click Yes
--------------
Jacob Skaria


"Muk" wrote:

Hi,
Is there any way to check the Level of Indentation in a cell through macro ?

If so Please help me out Thanks in Advance
Muk