briankimberly
New Member
- Joined
- Nov 14, 2013
- Messages
- 42
how do I reference value of a cell in VBA example..
Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select
ActiveSheet.Range("$A$1:$XFD$10000").AutoFilter Field:=2, Criteria1:= _
"NAME"
I want to replace hard coded "NAME" with the contents of a cell in another sheet?
Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select
ActiveSheet.Range("$A$1:$XFD$10000").AutoFilter Field:=2, Criteria1:= _
"NAME"
I want to replace hard coded "NAME" with the contents of a cell in another sheet?