Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks, Dave
"Dave Peterson" escreveu na mensagem ... 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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think your clock is off by a day or so
-- Kind regards, Niek Otten "Edson" wrote in message ... | 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) | | |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlinks: Hyperlinks change on copy/paste? | Excel Worksheet Functions | |||
Update 2000 Excel hyperlinks to 2003 hyperlinks | Excel Worksheet Functions | |||
Excel Hyperlinks- cell content v. hyperlinks | Excel Discussion (Misc queries) | |||
control of dialog macro dialog box. on open | Excel Programming | |||
Display the Hyperlink Dialog when inserting Hyperlinks | Excel Programming |