Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This macro doesn't work. It's supposed to follow the hyperlinks on each row
on columnn b. I get the following error: "Run-time error '9': Subscript out of range" any suggestions? thanks... Sub FollowHyperlinks() Dim c As Range For Each c In ActiveSheet.Range("b11:b200") c.Hyperlinks.Item(1).Follow Next End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I keep result from 1 iteration cycle to use in next cycle? | Excel Discussion (Misc queries) | |||
vba code to cycle through each column in a sheet | Excel Programming | |||
vba code to cycle through each column in a sheet | Excel Programming | |||
vba code to cycle through each column in a sheet | Excel Programming | |||
How to cycle through pivot table column labels? | Excel Programming |