hi everyone, does anyone know how to add parameters to the find function in excel vba? i have never really use parameters i don't think and i'm so confused about how to code it!, HELP!![]()
hi everyone, does anyone know how to add parameters to the find function in excel vba? i have never really use parameters i don't think and i'm so confused about how to code it!, HELP!![]()
What parameters...? All the available ones will be listed in IntelliSense as you type - you do have Intellisense turned on, don't you?
Failing that, the Help file will give you all the information you need.
Last edited by cytop; 01-07-2014 at 08:00 AM. Reason: typo
What i need parameters is for is to find a exact number in a worksheet because when i search for 1 it searches and finds 10 because its got a 1 in it
If you're looking for values, you really should pass a value. Finding a partial match for 1 seems to indicate you're looking for a string.![]()
Please Login or Register to view this content.
Last edited by cytop; 01-07-2014 at 08:57 AM.
how do you set your code to a particular range?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks