View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Ligaya Ligaya is offline
external usenet poster
 
Posts: 31
Default Create a Helpfile within Excel



"Lonnie M." wrote:

Hi, something simple I have done in the past is create an HTML help
file and then launch it from a command button.

Private Sub cmdHelp_Click()
ThisWorkbook.FollowHyperlink Address:=ThisWorkbook.Path &
"\Help\index.htm"
End Sub

HTH--Lonnie M.



Lonnie,

Could I use Front Page or could your recommend a sftware to do htm file.
Word probably is good. How do I include the file with the excel app program
if I want to share it with another user?

Thanks.

Ligaya