ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to set the IntendLevel using XLLFunctions (Macro Sheet - XLM) (https://www.excelbanter.com/excel-programming/422828-how-set-intendlevel-using-xllfunctions-macro-sheet-xlm.html)

Raja

How to set the IntendLevel using XLLFunctions (Macro Sheet - XLM)
 
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



Jim Cone[_2_]

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




All times are GMT +1. The time now is 10:40 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com