Hi Hemant

Following is the code that does your task........... Hope it Helps

===============================================
Sub Fill_Names()

Dim vListNames As Range
Dim vListGrade As Range
Dim vGrade As String
Dim vCells As Range

Set vListNames = Range([j2], [j2].End(xlDown))
Set vListGrade = Range([k2], [k2].End(xlDown))
vGrade = [b2].Value

'MsgBox vGrade

[d1].Select

x = 1

For Each vCells In vListGrade

'MsgBox vListNames(x).Value

If vGrade = vListGrade(x).Value Then

    Selection.Offset(1, 0).Select
    Selection.Value = vListNames(x)

End If

x = x + 1
Next


End Sub
==============================================



Thanks and Regards,
Vivek Agrawal
Skype ID - vivek.agrawal83

GoogleMoonlight.com  - Saving energy-Save Earth




On Tue, Jul 28, 2009 at 5:48 AM, hemant shah <hemanthin...@gmail.com> wrote:

> Hi All,
>
>  I have recently join the group and i have one query on excel.
>
> Please see the attached file for the query.
>
> Hope i will get the response from this group.
>
>
>
> Regards,
> Hemant Shah
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
----------------------------------------------------------------------------------
Some important links for excel users:
1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at 
http://www.excelitems.com
2. Excel tutorials at http://www.excel-macros.blogspot.com
3. Learn VBA Macros at http://www.vbamacros.blogspot.com
4. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 

To post to this group, send email to excel-macros@googlegroups.com
If you find any spam message in the group, please send an email to:
Ayush Jain  @ jainayus...@gmail.com or
Ashish Jain @ 26may.1...@gmail.com
<><><><><><><><><><><><><><><><><><><><><><>
HELP US GROW !!

We reach over 5,200 subscribers worldwide and receive many nice notes about the 
learning and support from the group. Our goal is to have 10,000 subscribers by 
the end of 2009. Let friends and co-workers know they can subscribe to group at 
http://groups.google.com/group/excel-macros/subscribe
-~----------~----~----~----~------~----~------~--~---

Reply via email to