Skip to Content
0
Former Member
Mar 11, 2010 at 04:14 AM

Declare Array in OLE Excel

154 Views

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