B.Kellough
Board Regular
- Joined
- Aug 1, 2009
- Messages
- 180
Macro2 Macro
'
'
Range("A2").Select
ActiveCell.FormulaR1C1 = (a2)
ActiveSheet.Range("$A$4:$I$337").AutoFilter Field:=1, Criteria1:=(a2)
End Sub
Does anyone know how to change this macro; so that it if I put a id in cell "A2" and activate the macro, it will look down the ("$A$4:$I$337") range and bring back all of the data in cell "B:J" and display it in A3:J3?
Thanks for any help.
'
'
Range("A2").Select
ActiveCell.FormulaR1C1 = (a2)
ActiveSheet.Range("$A$4:$I$337").AutoFilter Field:=1, Criteria1:=(a2)
End Sub
Does anyone know how to change this macro; so that it if I put a id in cell "A2" and activate the macro, it will look down the ("$A$4:$I$337") range and bring back all of the data in cell "B:J" and display it in A3:J3?
Thanks for any help.