+ Reply to Thread
Results 1 to 5 of 5

What is the meaning of the find function para?

  1. #1
    Forum Contributor
    Join Date
    08-01-2016
    Location
    China, beijing
    MS-Off Ver
    2016
    Posts
    114

    What is the meaning of the find function para?

    LookIn
    Optional
    Variant
    Can be one of the following XlFindLookIn constants: xlFormulas, xlValues, or xlNotes.
    LookAt
    Optional
    Variant
    Can be one of the following XlLookAt constants: xlWhole or xlPart.
    Here is the text I copied from MSDN, what is the meaning of the

    What is the meaning of the xlNotes, and xlPart xlWhole means whole or part word match? Can anyone give me a example here?

    I

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: What is the meaning of the find function para?

    Hi woshichuanqilz,

    Excel has formulas as well as VBA. Most of the functions take "parameters" or "arguments", which are the things in the parenthesis after the main word.

    Example: VLookup(lookup_value, table_array, column_index_num, [range_lookup])
    VLookup is the function which has parms (short for parameters) of
    Lookup_Value
    Table_Array
    Column_Index_num
    Range_Lookup (which is an optional argument/parameter)

    On the page you are looking at:
    https://msdn.microsoft.com/en-us/lib.../ff839746.aspx

    The Function is "Find" and it has arguments that are in the parenthesis
    The web page explains what each of those arguments is for and if it is need or optional.
    It also tells what kind of object the parameter needs to be, like a string or number or range or variant (anything).

    I hope that explains how to read the page you found.

    There is also a good explanation at:
    http://www.cpearson.com/excel/Option...rocedures.aspx
    Last edited by MarvinP; 04-17-2017 at 11:39 PM.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Contributor
    Join Date
    08-01-2016
    Location
    China, beijing
    MS-Off Ver
    2016
    Posts
    114

    Re: What is the meaning of the find function para?

    tnx a lot for your reply , I read the page.

    And I get,
    Can be one of the following XlLookAt constants: xlWhole or xlPart.

    But I don't know what's the meaning of the xlWhole or xlPart here.

    Now I already know the whole means whole word match, and part.... But the info haven't been written in the page above.

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: What is the meaning of the find function para?

    I think in the Find function you search other cells and find what you are looking for using the whole cell or any part of the words in a cell.

    Example: Find("Bob",,,xlPart) would find "Bobby" and "Bobber"

    Here is another page that gives a better example:

    http://ccm.net/faq/31289-search-and-find-using-vba

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,690

    Re: What is the meaning of the find function para?

    Thread moved to the VBA section.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Excel Find and Replace part of text in cell with a meaning from another worksheet
    By jiwaniakbar in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-14-2013, 04:21 PM
  2. Ayuda para codigo de boton
    By magoba in forum Non English Excel
    Replies: 2
    Last Post: 09-04-2013, 11:06 PM
  3. modificar una macro de checklist para su mejora
    By Esgrimidor in forum Non English Excel
    Replies: 0
    Last Post: 01-19-2013, 10:38 AM
  4. [SOLVED] para ter excel no meu computador . Qual asinstruçoes?
    By excel micros in forum Excel General
    Replies: 0
    Last Post: 08-13-2006, 04:25 PM
  5. asistente para planillas de excell 2003
    By Danielon in forum Excel General
    Replies: 0
    Last Post: 04-11-2006, 11:10 AM
  6. [SOLVED] comando ir para
    By Kildery in forum Excel General
    Replies: 0
    Last Post: 01-31-2006, 05:45 PM
  7. [SOLVED] meaning of this function
    By afdmello in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-28-2005, 01:55 AM
  8. De parte de Sara para ti. N85S
    By [email protected] in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-31-2005, 06:05 AM

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