Consulting

Results 1 to 2 of 2

Thread: Ragged Arrays

  1. #1
    VBAX Master stanl's Avatar
    Joined
    Jan 2005
    Posts
    1,141
    Location

    Ragged Arrays

    This works in vbScript

    [vba]
    Set oList = CreateObject("System.Collections.ArrayList")
    [/vba]

    but in VBA [in an Excel sub] I get Automation Error. It appears it is not possible for VBA to accept a .NET collection - correct? Stan

  2. #2
    You are correct
    VBA does not support ArrayList

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •