Hi,

Is this code for my problem. Please let me know.

Thanks

Chandra Shekar
On Fri, Dec 17, 2010 at 7:49 AM, ashish koul <koul.ash...@gmail.com> wrote:

> try this code
>
> Sub filterdata()
> Application.DisplayAlerts = False
> Dim i, j As Long
> For i = 2 To 6
> Sheets(Sheets(1).Cells(i, 1).Text).Select
> Range("a65356").Select
>  Selection.End(xlUp).Select
> ActiveCell.Offset(1, 0).Value = Sheets(1).Cells(i, 3).Value
> ActiveCell.Offset(1, 1).Value = Sheets(1).Cells(i, 5).Value
> ActiveCell.Offset(1, 2).Value = Sheets(1).Cells(i, 4).Value
> ActiveCell.Offset(1, 3).Value = Sheets(1).Cells(i, 1).Value
> Next i
> Application.DisplayAlerts = True
> End Sub
>
>
>   On Thu, Dec 16, 2010 at 5:38 PM, Chandra Shekar <
> chandrashekarb....@gmail.com> wrote:
>
>> Hello,
>>
>> I have attached sample workbook I need a macro to do this task. In *
>> Sheet1* I got Input Data based on *column A* I need to separate
>> worksheets as shown in workbook.
>>
>> Thank you.
>>
>> Chandra Shekar
>>
>> --
>>
>> ----------------------------------------------------------------------------------
>> Some important links for excel users:
>> 1. Follow us on TWITTER for tips tricks and links :
>> http://twitter.com/exceldailytip
>> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
>> 3. Excel tutorials at http://www.excel-macros.blogspot.com
>> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
>> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>>
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> <><><><><><><><><><><><><><><><><><><><><><>
>> Like our page on facebook , Just follow below link
>>
>> http://www.facebook.com/pages/discussexcelcom/160307843985936?v=wall&ref=ts
>>
>
>
>
> --
> *Regards*
> * *
> *Ashish Koul*
> *akoul*.*blogspot*.com <http://akoul.blogspot.com/>
> *akoul*.wordpress.com <http://akoul.wordpress.com/>
> My Linkedin Profile <http://in.linkedin.com/pub/ashish-koul/10/400/830>
>
>
> P Before printing, think about the environment.
>
>
> --
>
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links :
> http://twitter.com/exceldailytip
> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>
> To post to this group, send email to excel-macros@googlegroups.com
>
> <><><><><><><><><><><><><><><><><><><><><><>
> Like our page on facebook , Just follow below link
> http://www.facebook.com/pages/discussexcelcom/160307843985936?v=wall&ref=ts
>

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/pages/discussexcelcom/160307843985936?v=wall&ref=ts

Reply via email to