bigsistar12
New Member
- Joined
- Mar 10, 2011
- Messages
- 18
I am creating a form that will have a filter. the main column reference will always be A but the row will change depending on the filter and data needed.
How can I write a macro to identify active cell (even if its filtered) and activate the entire row for that cell.
for example
A B C D
1 Michael
2 john
3 Sue
4 Frank
5 SUY
6 Jen
So If i need to filter for Jen then my active cell reference is A6 and I need to run my macro to select all info in Row 6 based on Active cell A6.
Background info: My macro will take information in a row and populate it in another sheet (form). So the active cell will always change.
How can I write a macro to identify active cell (even if its filtered) and activate the entire row for that cell.
for example
A B C D
1 Michael
2 john
3 Sue
4 Frank
5 SUY
6 Jen
So If i need to filter for Jen then my active cell reference is A6 and I need to run my macro to select all info in Row 6 based on Active cell A6.
Background info: My macro will take information in a row and populate it in another sheet (form). So the active cell will always change.