+ Reply to Thread
Results 1 to 5 of 5

ListBox List function not allowing column argument when assigned to a variable

Hybrid View

Brunstgnegg ListBox List function not... 06-24-2010, 02:29 AM
romperstomper Re: ListBox List function not... 06-24-2010, 03:10 AM
Brunstgnegg Re: ListBox List function not... 06-24-2010, 03:16 AM
romperstomper Re: ListBox List function not... 06-24-2010, 03:30 AM
Brunstgnegg Re: ListBox List function not... 06-24-2010, 04:05 AM
  1. #1
    Registered User
    Join Date
    06-21-2010
    Location
    Gothenburg
    MS-Off Ver
    Excel 2003
    Posts
    50

    ListBox List function not allowing column argument when assigned to a variable

    Hello everyone

    I have a weird problem. I have a list box with 4 columns that I wish to assign/read with the List function. If I use the ListBox directly i.e.

    ListBox21.List(row, column)

    it works. But if I first assign a variable

    Set Lst = ListBox21
    Lst.List(row, column)

    it says it can't find the function, it can however find a function called list with only one argument, i.e. the index for the row.

    What am I doing wrong?

    Thanks in advance
    Last edited by Brunstgnegg; 06-24-2010 at 04:05 AM.

  2. #2
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: ListBox List function not allowing column argument when assigned to a variable

    How is Lst declared?
    Everyone who confuses correlation and causation ends up dead.

  3. #3
    Registered User
    Join Date
    06-21-2010
    Location
    Gothenburg
    MS-Off Ver
    Excel 2003
    Posts
    50

    Re: ListBox List function not allowing column argument when assigned to a variable

    Quote Originally Posted by romperstomper View Post
    How is Lst declared?
    Sorry, missed that.

    Dim Lst as ListBox

  4. #4
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: ListBox List function not allowing column argument when assigned to a variable

    That's your problem - it should be:
    Dim Lst as MSForms.ListBox

  5. #5
    Registered User
    Join Date
    06-21-2010
    Location
    Gothenburg
    MS-Off Ver
    Excel 2003
    Posts
    50

    Re: ListBox List function not allowing column argument when assigned to a variable

    Quote Originally Posted by romperstomper View Post
    That's your problem - it should be:
    Dim Lst as MSForms.ListBox
    Works Perfectly!

    Thanks!

+ 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