Please explain some more. Which fields need to be filtered?
What do you mean by paste into 146 x 3?
Please explain some more. Which fields need to be filtered?
What do you mean by paste into 146 x 3?
If I have helped, Don't forget to add to my reputation (click on the star below the post)
Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
Use code tags when posting your VBA code: [code] Your code here [/code]
sir
data have to paste sheet filter data is vijaywada
select from b7 to bj152
in before sheet select b4 to b441 and simpaly paste
but for macro without giving instuction
read this macro you will get idea
![]()
Worksheets("Pool").Activate Selection.AutoFilter Field:=1, Criteria1:="=*Adilabad Nizmabad Kamaredey Pool*", Operator:=xlAnd Range("a6").select ActiveCell.EntireColumn.Select Cells.Find(What:="Adilabad Nizmabad Kamaredey Pool").Activate ActiveCell.Offset(0, 1).Range("A1").Select Range(Selection, Selection.End(xlDown)).Select Range(Selection, Selection.End(xltoright)).Select Selection.copy Worksheets("hq").Activate Selection.AutoFilter Field:=1, Criteria1:="=*Adilabad Nizmabad Kamaredey Pool*", Operator:=xlAnd Range("a6").select ActiveCell.EntireColumn.Select Cells.Find(What:="Adilabad Nizmabad Kamaredey Pool").Activate ActiveCell.Offset(0, 1).Range("A1").Select Range(Selection, Selection.End(xlDown)).Select Activesheet.Paste
Last edited by arlu1201; 07-16-2012 at 05:24 AM. Reason: Use code tags in future.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks