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
|