"Edit Links" pop up does not appear while execution

I am reading content from an Excel file. During execution, the “Edit Links” pop up does not appear on screen but it is shown in task manager. Excel also won’t open so cannot handle it by manually clicking edit links. File extension is .xlsm.

If the target is to just close the activity then you can kill it from Kill process / invoke method.

Thanks for the reply! I need to read some data from that Excel file but the won’t open and the edit links pop up also does not open. But both are displayed in task manager.

In that case you can Kill the Edit link using the kill method in Invoke method.

Issue is resolved after setting MacroSettings=DisableAll

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.