Results 1 to 3 of 3
  1. #1
    GraeagleBill's Avatar
    GraeagleBill is offline Experienced Old Geezer
    Windows 10 Access 2013 32bit
    Join Date
    Feb 2011
    Posts
    2,097

    Open chm file to a bookmark

    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?

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,558
    That doe snot appear to be correct bookmark syntax?
    https://stackoverflow.com/questions/...fo-to-open-chm

    That is me done for today, site is a nightmare to reply to here.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #3
    GraeagleBill's Avatar
    GraeagleBill is offline Experienced Old Geezer
    Windows 10 Access 2013 32bit
    Join Date
    Feb 2011
    Posts
    2,097
    Just need to use the hash tag to denote the bookmark.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 7
    Last Post: 11-26-2023, 02:58 PM
  2. Button to create/open or copy/open an excel file
    By petrikos in forum Programming
    Replies: 23
    Last Post: 10-15-2021, 07:00 AM
  3. Replies: 7
    Last Post: 08-14-2020, 06:55 PM
  4. Workbooks.Open won't open Excel file in Edit Mode
    By jeffhanner10@gmail.com in forum Programming
    Replies: 5
    Last Post: 02-15-2020, 11:51 AM
  5. Replies: 6
    Last Post: 09-14-2017, 07:31 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums