View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default How to set the IntendLevel using XLLFunctions (Macro Sheet - XLM)


You could use "Format.Number" ...
'--
Dim strFormat As String
'Indent width of two spaces
strFormat = "_ _ @"
Application.ExecuteExcel4Macro ("Format.Number(""" & strFormat & """)")
'--
Jim Cone
Portland, Oregon USA


"Raja"

wrote in message
Is there a way to set the Intend Level using XLM funciton. I found that
there is ALIGNMENT MacroSheet Function but it not possible to define the
Intend Level?
Any Help