This might be a VBA thing, but I honestly don't know.
I have a summary tab that pulls aggregated data from other tabs in the workbook. I'd like the end-user to be able to click on different areas (not necessarily just cells with formulas in them) and Excel jumps to a set location within the workbook, but on a different worksheet. For example, clicking on a client's name on the summary tab might activate the "Billing" tab and jump to where that client's billing begins.
Basically, this is the Excel version of an HTML anchor to jump to another section. I know turning off the "Edit directly in cell" option does this to a certain degree, but this is for the application as a whole, not a setting on an individual workbook. I'd like to have tighter control over the functionality, as opposed to making users mess with their settings.
Is this even possible?