Alias of an Element
Posted: Thu Feb 04, 2010 6:19 pm
Hi All,
Everything is going much easier now, thanks to all you guys, but I'm still have questions and problems.
I'm trying to get the Alias of an element in a Dimension.
Trying to use this code:
If for instance I have a Element named Co.52 which Alias is "A Bank" I'm getting in Alement Co.52 and I'm trying to get "A Bank".
Thank you for all your help again
Everything is going much easier now, thanks to all you guys, but I'm still have questions and problems.
I'm trying to get the Alias of an element in a Dimension.
Trying to use this code:
Code: Select all
Dim Element As String
Dim l_DimIdx As Long
Dim Alias As String
l_DimIdx = 1
Element = Application.Run("DIMNM", Server & ":" & Dimension, l_DimIdx, Alias)
Thank you for all your help again