Forum Discussion
STRTGFORTNEY
Sep 05, 2024Copper Contributor
Totally useless check data links
How do I get back the version I had yesterday. You can't do anything (like check status) with this new version. Just give me back my original drop down, please.
- Sep 05, 2024
STRTGFORTNEY You can add the old edit links button to your Quick Access toolbar:
Alternatively, you can get the old-style dialog with this little macro:
Sub OpenOldLinksDialog() Application.Dialogs(xlDialogOpenLinks).Show End Sub
JKPieterse
Sep 05, 2024Silver Contributor
STRTGFORTNEY You can add the old edit links button to your Quick Access toolbar:
Alternatively, you can get the old-style dialog with this little macro:
Sub OpenOldLinksDialog()
Application.Dialogs(xlDialogOpenLinks).Show
End Sub
- STRTGFORTNEYSep 05, 2024Copper ContributorThank you so much! It had been quite a while since I thought about adding to the quick access tool bar. I wonder why my machine (or MS) thought the change was in any way an improvement?
George- JKPieterseSep 06, 2024Silver ContributorWell, the new design does give you the option to see where your links are in use in the spreadsheet. Just click on a link to have it expanded and try the available options there.