+ Reply to Thread
Results 1 to 4 of 4

hel wit user form with functions

  1. #1
    Registered User
    Join Date
    08-16-2012
    Location
    mexico
    MS-Off Ver
    Excel 2007
    Posts
    3

    Question hel wit user form with functions

    Help please, i been tryng to do a userform that calculate a result with the data captured in and a matrix in a separated sheet. im using:

    Please Login or Register  to view this content.
    Can anybody help me?
    data.png

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: hel wit user form with functions

    It should be Application.WorksheetFunction.

    Look at the VBA Find method.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Registered User
    Join Date
    08-16-2012
    Location
    mexico
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: help with user form with functions

    Quote Originally Posted by royUK View Post
    It should be Application.WorksheetFunction.

    Look at the VBA Find method.
    Sorry, I dont understand the find method. My excel is 2007, and i am Very new at this, im learning and very proud of the simplest things i accomplished. Could you help me? I Know once i see the propper method i can learn to do other things to.

    Here's my work so far. In the index sheet is the first userform, then "captura" triggers the one i have difficulties with.

    And yes, my english is very poor, sorry about that.
    Attached Images Attached Images
    Attached Files Attached Files

  4. #4
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: hel wit user form with functions

    You cannot write to the body of a Frame so I would have though a TextBox within the Frame would be better.

    This will find the value entered into TextBox1 & write the value fromthe data in Column D

    An alternative approach would be to use a CombBox loaded with the values from Column A of the data, this would allow the user to only pick correct values. The required entry would be entered based on the CombBox's listIndes Property.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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