Open "Insert Hyperlink" popup window with VBA?

S

Sam Kuo

Hi there

Is there a VB code that opens the "Insert Hyperlink" pop-up window? (i.e.
does the same thing as "Ctrl + K" or "Insert|Hyperlink...")

I want to be able to click on a botton (created from Forms toobar) to open
the "Insert Hyperlink" pop-up window, so I can then choose an address from
the pop-up window to go into a merged cell H32:AK32. Is this possible?

Thanks in advance
Sam

(I'm not sure if my previous post was successful..sorry if this is a
dupilcate)
 
C

carlo

You can use following on the button:

Application.Dialogs(xlDialogInsertHyperlink).Show

hth
Carlo
 

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

Top