Consulting

Results 1 to 3 of 3

Thread: Solved: How to check the type of an array

  1. #1
    VBAX Contributor
    Joined
    Oct 2004
    Posts
    159
    Location

    Solved: How to check the type of an array

    This page can find the type of variables, from which array can be identified.

    I want to get the type of an array.

    Thanks

  2. #2
    Mac Moderator VBAX Guru mikerickson's Avatar
    Joined
    May 2007
    Location
    Davis CA
    Posts
    2,778
    [VBA]MsgBox TypeName(myArray)[/VBA]

  3. #3
    VBAX Contributor
    Joined
    Oct 2004
    Posts
    159
    Location
    Oh, that's simple

    Thanks

Posting Permissions

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