View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
youngman youngman is offline
external usenet poster
 
Posts: 24
Default how to link to a bookmark in a htm file in excel vba.

hi.
i can link to a htm file in excel vba.

URL = D:\TEMP\new_page_10.htm"
CreateObject("Shell.Application").ShellExecute URL

but i wonder how to link to a bookmark in a htm file in excel vba.

thank you in advance

regards