Edit Links

  • Thread starter Thread starter Russell Harris
  • Start date Start date
R

Russell Harris

I can't find out how to invoke the Edit Links Dialogue box from with a macro
?

Anyone able to help ?
 
Sub showLink()
res = Application.Dialogs(xlDialogOpenLinks).Show
End Sub

Of course you need to have links in the workbook.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top