A typical opening of chm file designating a particular subject can be done this way:
Code:
"c:\Windows\hh.exe " & strADFRoot & "Asilomar.chm::Spring_Fall_Retreat_Documents.htm"
What I'd like to do is open the same subject positioned to a bookmark, but
Code:
"c:\Windows\hh.exe " & strADFRoot & "Asilomar.chm::Spring_Fall_Retreat_Documents.htm::Invitations"
doesn't work nor does
Code:
"c:\Windows\hh.exe " & strADFRoot & "Asilomar.chm::Spring_Fall_Retreat_Documents.htm>Invitations"
Anyone know if it's even possible to reference a bookmark such that the chm opens positioned accordingly?