Results 1 to 3 of 3

Multiple case statements

Threaded View

  1. #1
    Registered User
    Join Date
    11-18-2008
    Location
    Pune
    Posts
    11

    Multiple case statements

    How can i use multiple case statements? Or is there any alternative?

    My problem is:

    I have to give a min. and max range in the workbook. If the user select min as 2 and max as 5 then the function should work within the range 'case 2' and 'case 5' (ie. case 2, 3, 4 & 5) should work.

    case 1
    function()

    case 2
    function ()

    Case 3
    function ()

    case 4
    function ()

    Case 5
    function ()

    case 6
    function ()
    Last edited by abhijit.pendharkar; 04-28-2009 at 02:44 AM.

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