View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Martien Janssen Martien Janssen is offline
external usenet poster
 
Posts: 4
Default Opening help file with context number

Hi

I am using the shell command to open a help file, something like:
Shell "hh c:\doc\myhelp.chm", 1

I would now like to open the help file at a specific topic ID (or context
number).
Any suggestions,
Thanks in advance
Martien