Hi,

i have this problem. i publish html files from excel with hyperlinks like this:

Range("A6").Select
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:=index.htm", TextToDisplay:="Index"


how can i add ' target="_top" ' to this link?

thanks for any help.

mario