Sep 05 2024 08:09 AM
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 08:29 AM
Solution@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
Sep 05 2024 09:19 AM
Sep 06 2024 05:25 AM
Sep 05 2024 08:29 AM
Solution@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