R Russell Harris Aug 6, 2004 #1 I can't find out how to invoke the Edit Links Dialogue box from with a macro ? Anyone able to help ?
T Tom Ogilvy Aug 6, 2004 #2 Sub showLink() res = Application.Dialogs(xlDialogOpenLinks).Show End Sub Of course you need to have links in the workbook.
Sub showLink() res = Application.Dialogs(xlDialogOpenLinks).Show End Sub Of course you need to have links in the workbook.