Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
[excel 2003]
I have a userform which has a column of textboxes displaying hyperlink addresses pulled from a vlookup table. The text boxes have the names : txtHyperlink1 txtHyperlink2 txtHyperlink3 I have Command buttons next to these boxes to which I would like to add code such that they call up the web for the listed hyperlink shown in the text boxes. Can anyone help? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Roger,
try ActiveWorkbook.FollowHyperlink txtHyperlink1.value Regards, Rainer "Roger on Excel" schrieb im Newsbeitrag ... [excel 2003] I have a userform which has a column of textboxes displaying hyperlink addresses pulled from a vlookup table. The text boxes have the names : txtHyperlink1 txtHyperlink2 txtHyperlink3 I have Command buttons next to these boxes to which I would like to add code such that they call up the web for the listed hyperlink shown in the text boxes. Can anyone help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IS it possible to add Hyperlink to a commandbutton on a Userform | Excel Programming | |||
Hyperlink to show a userform | Excel Programming | |||
Hyperlink to a userform? | Excel Programming | |||
Hyperlink from Userform | Excel Discussion (Misc queries) | |||
Looping procedure calls userform; how to exit loop (via userform button)? | Excel Programming |