View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kevin Kevin is offline
external usenet poster
 
Posts: 504
Default Hyperlink syntax??

if a Hyperlink put on a spreadsheet and saved as a .htm file is:
<A HREF="sheet001.htm#MonthlyCharts"
and it works fine from the hyperlink on the spreadsheet.

Then why wont:
<A HREF="sheet001.htm#MonthlyCharts" TARGET="Frame2"
go to the same anchor point on that page?

It goes to the right sheet in the frame specified but it wont go down to the
anchor point.
????