Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
IS IT POSSIBLE TO OPEN SEVERAL HYPERLINKS IN A WORKSHEET ALL AT ONCE INSTEAD
OF CLICKING ONE BY ONE?? CAN ANYONE HELP? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this small macro:
Sub hypper() Dim h As Hyperlink For Each h In ActiveSheet.Hyperlinks h.Follow Next End Sub -- Gary''s Student - gsnu200797 "Santi" wrote: IS IT POSSIBLE TO OPEN SEVERAL HYPERLINKS IN A WORKSHEET ALL AT ONCE INSTEAD OF CLICKING ONE BY ONE?? CAN ANYONE HELP? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Gary,
You're a great help this worked!!! Do you know if maybe I can add to the macro below and automated fuction that after opening all hyperlinks at once it can also attached all images into an email without having to go thru each image and attaching them? "Gary''s Student" wrote: Try this small macro: Sub hypper() Dim h As Hyperlink For Each h In ActiveSheet.Hyperlinks h.Follow Next End Sub -- Gary''s Student - gsnu200797 "Santi" wrote: IS IT POSSIBLE TO OPEN SEVERAL HYPERLINKS IN A WORKSHEET ALL AT ONCE INSTEAD OF CLICKING ONE BY ONE?? CAN ANYONE HELP? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help opening pictures from hyperlinks | Excel Discussion (Misc queries) | |||
opening a new page with hyperlinks in excel | Excel Discussion (Misc queries) | |||
Hyperlinks opening in a new window. | Setting up and Configuration of Excel | |||
Hyperlinks opening an Excel file at a particular tab | Excel Discussion (Misc queries) | |||
Opening hyperlinks with macro?? | Excel Discussion (Misc queries) |