Forum Discussion

fabiobergossi's avatar
fabiobergossi
Copper Contributor
Sep 20, 2023
Solved

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...
  • JKPieterse's avatar
    Sep 20, 2023

    fabiobergossi First of all, please send feedback to the Microsoft team about this.

    To help them:

    1. Paste those screenshots in your Excel workbook (on a new tab) and make sure they are all visible on screen
    2. Click Help, Feedback, I don't like something
    3. Describe your issue and check the box to share a screen-shot.

    Secondly, you can still use the old links dialog.

    1. Press Alt+F11 to open the VBA Editor
    2. Press Control+G (opens small window called the Immediate pane)
    3. Paste this line of code in that pane:
      Application.Dialogs(xlDialogOpenLinks).Show
    4. press Enter

Resources