Forum Discussion
fabiobergossi
Sep 20, 2023Copper Contributor
Edit Links Tool isn't working properly - after update/layout change
Hi, hope you guys are ok. I'm having an issue with "Edit Links" tools at the "Data" bar. After some update (last 10-15 days), my Excel isn't able to change, update, break links from my workshee...
- Sep 20, 2023
fabiobergossi First of all, please send feedback to the Microsoft team about this.
To help them:
- Paste those screenshots in your Excel workbook (on a new tab) and make sure they are all visible on screen
- Click Help, Feedback, I don't like something
- Describe your issue and check the box to share a screen-shot.
Secondly, you can still use the old links dialog.
- Press Alt+F11 to open the VBA Editor
- Press Control+G (opens small window called the Immediate pane)
- Paste this line of code in that pane:
Application.Dialogs(xlDialogOpenLinks).Show - press Enter
JKPieterse
Sep 20, 2023Silver Contributor
fabiobergossi First of all, please send feedback to the Microsoft team about this.
To help them:
- Paste those screenshots in your Excel workbook (on a new tab) and make sure they are all visible on screen
- Click Help, Feedback, I don't like something
- Describe your issue and check the box to share a screen-shot.
Secondly, you can still use the old links dialog.
- Press Alt+F11 to open the VBA Editor
- Press Control+G (opens small window called the Immediate pane)
- Paste this line of code in that pane:
Application.Dialogs(xlDialogOpenLinks).Show - press Enter
- fabiobergossiSep 20, 2023Copper ContributorJan, did it and worked properly. Thank you so much for this help.
Also reported the issue to MSFT team, following the steps you indicated.
Hope them may fix this issue asap.- JKPieterseSep 21, 2023Silver ContributorI've seen several reports of Excel dialogs being empty, including the "Do you want to save changes" dialog when you try to close a modified workbook. It seems to be an issue with some Windows 11 setups.