+ Reply to Thread
Results 1 to 2 of 2

create a form that allows selection of a range

  1. #1
    Registered User
    Join Date
    10-02-2006
    Posts
    8

    create a form that allows selection of a range

    How do I create a form that allows the selection of a range of cells that I can perform a calculation like multiplying all the cells together?

    Included in the form is also a combo box. This combo box have 2 selection on the different types of output. For example, % or decimal points.

    Does anyone have any idea how to create this form to perform the calculation.

  2. #2
    Registered User
    Join Date
    09-20-2006
    Location
    Poland
    Posts
    46
    Hi,

    Quote Originally Posted by laureenl
    How do I create a form that allows the selection of a range of cells that I can perform a calculation like multiplying all the cells together?
    You can select a range with an UserForm with RefRdit control:
    http://support.microsoft.com/kb/213776/

    Alternatively, use a modeless UserForm, so you will be able to select a range any time you like, and then perform the calculations by reading the value of each cell in Selection.
    MS Excel Games Library and much more:
    http://www.dzikosoft.com/gmexcel

+ 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