View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mikel Perez Mikel Perez is offline
external usenet poster
 
Posts: 1
Default Export range to html

Hello all.

I am experiencing the following: I export, using
PublishObjects.Add, a range of cells containing hyperlinks
to html.

All the href tags in the resulting html have a
target="_parent" tag, but I need the target to be "_blank".

Is it possible to do so?

Best regards