saving excel as webpage so that hyperlinks load into different window

R

rsai

how can I save my spreadsheet as an html file *so that hyperlinks ope
in a new window?*

I've already tried tweaking the html file myself, but I was wonderin
if there was more efficient solution.

Stuff tried:
-tweaking html (setting base target in html does n/work with the codin
that excel puts out, maybe syntax? setting target="_blank" for ea. lin
works but is too laborious)
-working setting base target in exce
 
Top