Thread: hyperlink
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bruni Bruni is offline
external usenet poster
 
Posts: 1
Default hyperlink

I used that code to open the hyperlink in a new window...

Private Sub Worksheet_FollowHyperlink(ByVal Target As
Hyperlink)

Application.EnableEvents = False
Target.Follow NewWindow:=True
Application.EnableEvents = True

End Sub

Id like to know if its possible to avoid that the main
page open the hyperlink also