Thread: InsertIndent
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bernd Kuegle Bernd Kuegle is offline
external usenet poster
 
Posts: 1
Default InsertIndent

How can I check if the text in a cell is indented? I tried it with this
code, but it doesn´t work:

if cells(5, 1).InsertIndent = 1 then ...


Many thanks
Bernd