+ Reply to Thread
Results 1 to 2 of 2

Writing data table to user form

  1. #1
    Mitch
    Guest

    Writing data table to user form

    My application creates an array (in memory) that I need to show "on-screen"
    (without editing capabilities). Could someone please tell me how to get the
    array from memory to a temporarily viewable form or worksheet.

  2. #2
    Tom Ogilvy
    Guest

    Re: Writing data table to user form

    how about some details on the array. What are its dimensions? What does
    it contain?

    One solution might be a multicolumn Listbox (if it has two dimensions.).

    Userform1.Listbox1.List = MyArray

    as an example. You would need to set the column count as well.

    --
    Regards,
    Tom Ogilvy


    "Mitch" <[email protected]> wrote in message
    news:[email protected]...
    > My application creates an array (in memory) that I need to show

    "on-screen"
    > (without editing capabilities). Could someone please tell me how to get

    the
    > array from memory to a temporarily viewable form or worksheet.




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1