LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
JK JK is offline
external usenet poster
 
Posts: 78
Default Correct Procedure to Open Help File?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bypass Auto-Open Procedure QB Excel Discussion (Misc queries) 1 October 6th 09 04:29 PM
Excel can not open de correct file Marcelo Rayol[_2_] Setting up and Configuration of Excel 0 September 14th 07 09:30 PM
Auto-Open procedure patrick Excel Programming 6 July 24th 05 11:15 PM
Write Procedure With Logic Test To Open File From Given Directory Carl Bowman Excel Programming 4 February 12th 05 02:15 AM
Why is my Workbook Open procedure not working Ron McCormick[_6_] Excel Programming 1 July 15th 04 12:13 PM


All times are GMT +1. The time now is 07:03 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"