Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In an excel worksheet how can I open several hyperlinks at once without
having to click on each one? Taking into account that the hyperlinks are a result of a Vlookup formula. Can anyone help? I tried the macro listed below which works but only when the hyperlink is not part of a formula. Sub hypper() Dim h As Hyperlink For Each h In ActiveSheet.Hyperlinks h.Follow Next End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
OPENING HYPERLINKS IN EXCEL | Excel Discussion (Misc queries) | |||
Help opening pictures from hyperlinks | Excel Discussion (Misc queries) | |||
Opening Hyperlinks | Excel Programming | |||
Hyperlinks opening in a new window. | Setting up and Configuration of Excel | |||
Opening hyperlinks with macro?? | Excel Discussion (Misc queries) |