I have an Excel workbook with two sheets, basically a one-to-many setup between the two sheets. The first sheet lists projects and the second sheet lists the issues for each project. The second sheet has filters on each column
What I am attempting to do is have a user click the issues cell on the first sheet so the user is then taken to the next sheet with the filter already populated with the project selected.
Here is the format:
Sheet 1 (Audits). Identifier is under audit name. The issues column contains the hyperlink to the second tab, but I don't know how to have it filter by the audit name.
[TABLE="width: 866"]
<tbody>[TR]
[TD]Year[/TD]
[TD] Audit Name[/TD]
[TD]Location[/TD]
[TD]Audit Type[/TD]
[TD]Issues[/TD]
[/TR]
[TR]
[TD="align: right"]2011[/TD]
[TD] 2011 Construction Assessment[/TD]
[TD]US/CAN[/TD]
[TD]Assessment[/TD]
[TD]Issues[/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2 (Issues). Identifier is in column L
[TABLE="width: 1644"]
<tbody>[TR]
[TD]Issue Risk Management Owner[/TD]
[TD]Issue Id[/TD]
[TD]Issue Category[/TD]
[TD]Key SOX Issue?[/TD]
[TD]Issue Local Priority[/TD]
[TD]Issue Global Priority[/TD]
[TD]Issue Report Date[/TD]
[TD]Issue Plan Date[/TD]
[TD]Days Overdue[/TD]
[TD]Issue Name[/TD]
[TD]Issue Description[/TD]
[TD]Audit Name[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is there a quick VBA somebody could share to help do what I am trying to do?
What I am attempting to do is have a user click the issues cell on the first sheet so the user is then taken to the next sheet with the filter already populated with the project selected.
Here is the format:
Sheet 1 (Audits). Identifier is under audit name. The issues column contains the hyperlink to the second tab, but I don't know how to have it filter by the audit name.
[TABLE="width: 866"]
<tbody>[TR]
[TD]Year[/TD]
[TD] Audit Name[/TD]
[TD]Location[/TD]
[TD]Audit Type[/TD]
[TD]Issues[/TD]
[/TR]
[TR]
[TD="align: right"]2011[/TD]
[TD] 2011 Construction Assessment[/TD]
[TD]US/CAN[/TD]
[TD]Assessment[/TD]
[TD]Issues[/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2 (Issues). Identifier is in column L
[TABLE="width: 1644"]
<tbody>[TR]
[TD]Issue Risk Management Owner[/TD]
[TD]Issue Id[/TD]
[TD]Issue Category[/TD]
[TD]Key SOX Issue?[/TD]
[TD]Issue Local Priority[/TD]
[TD]Issue Global Priority[/TD]
[TD]Issue Report Date[/TD]
[TD]Issue Plan Date[/TD]
[TD]Days Overdue[/TD]
[TD]Issue Name[/TD]
[TD]Issue Description[/TD]
[TD]Audit Name[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is there a quick VBA somebody could share to help do what I am trying to do?
Last edited: