Results 1 to 2 of 2

Listbox question

Threaded View

  1. #2
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Austria
    MS-Off Ver
    Excel 2007
    Posts
    457

    Re: Listbox question

    Hi,

    Use instead Select Case, that one will do the trick.


    Formula: copy to clipboard

    Select Case
    Case ListBox1.Value = 0
    Call b7

    Case ListBox1.Value =1
    Call b8

    Case ListBox1.Value = 2
    Call b9
    End Case


    My knowledge about VBA is not so great, this could work or maybe it has to be edited a little bit more.
    Last edited by Megatronixs; 05-10-2013 at 03:01 PM. Reason: forgot a comment

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