Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My toolbar has a function to open a help (.hlp) file. I am using this code:
Sub HelpMenu() 'FULL HELP MENU Application.Help ActiveWorkbook.Path & "\Help.hlp", 1500 End Sub Sub HelpMenu2() 'HELP WITH OPEN FORM If Sheets("PropInfo") Is ActiveSheet Then Application.Help ActiveWorkbook.Path & "\Help.hlp", 13000 End If End Sub Though it works correctly on my computer (I can bring up the help file) some users are not able to. I know the .hlp file is installed in the correct folder. Is there something wrong with my procedure? Please help. Thank you. Jim Kobzeff |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bypass Auto-Open Procedure | Excel Discussion (Misc queries) | |||
Excel can not open de correct file | Setting up and Configuration of Excel | |||
Auto-Open procedure | Excel Programming | |||
Write Procedure With Logic Test To Open File From Given Directory | Excel Programming | |||
Why is my Workbook Open procedure not working | Excel Programming |