Sub FollowLinks()
Dim i As Hyperlink
If (A1) = " http://www.ecb.int/stats/money/aggregates/bsheets/html/outstanding_amounts.zip " Then
OpenLinks " http://www.ecb.int/stats/money/aggregates/bsheets/html/outstanding_amounts.zip "
End If
End Sub
Can someone please tell me how to make this work?
I'm really stuck, as I only just learnt VBA yesterday.
I'd also like the macro to run when you press a button on the keyboard, is there a way to do this?
Thank-you
Dim i As Hyperlink
If (A1) = " http://www.ecb.int/stats/money/aggregates/bsheets/html/outstanding_amounts.zip " Then
OpenLinks " http://www.ecb.int/stats/money/aggregates/bsheets/html/outstanding_amounts.zip "
End If
End Sub
Can someone please tell me how to make this work?
I'm really stuck, as I only just learnt VBA yesterday.
I'd also like the macro to run when you press a button on the keyboard, is there a way to do this?
Thank-you