Dear all,
How can I declare a variable type Array in Excel Ole ABAP ??
Dim a As Variant
a = Array(11, 12)
How can I declare in ABAP ??
Thank you