View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Hyperlinks dialog

Application.Dialogs(xlDialogInsertHyperlink).Show

Edson wrote:

How can I programmatically open the Insert Hyperlink dialog in a macro?
(I'm almost sure that I can do it using an API call, but I can't figure out
which one)


--

Dave Peterson