+ Reply to Thread
Results 1 to 2 of 2

Randomly choosing cells from a selected range

  1. #1
    Registered User
    Join Date
    03-17-2009
    Location
    Detroit,USA
    MS-Off Ver
    Excel 2003
    Posts
    3

    Randomly choosing cells from a selected range

    I am trying to write a code that will allow a user to select a range of cells and then output a certain number of random cell values from that selected range.

    So far I have this function:
    Please Login or Register  to view this content.
    This function will return a random cell value from a range that was selected. I want to use this function in making the code I explained above.

    I want the code to run through a userform (which ive already made). The userform allows will allow the user to input a range, select how many random cell values they want returned from the input range, and choose an output destination to return the cell values.

    I need help on how to start the subroutine that the userform will call. I know the subroutine will involve these variables:
    RangeSelected - the range selected by the user
    NumCells - how many cell values the user wants returned
    OutputD - the output destination

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Randomly choosing cells from a selected range

    Try this:
    Please Login or Register  to view this content.
    Entia non sunt multiplicanda sine necessitate

+ 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