View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alex St-Pierre Alex St-Pierre is offline
external usenet poster
 
Posts: 169
Default Create a help file into VBA

Hi !
I would like to create a help file like .chm or .hlp file but inside VBA
code. All the program informations is include into an excel workbook. So, to
simplify the distribution, I would like to integrated a help popup box into
the VBA code. Does anyone have already done something like that?

If I create the help file into a form, is it possible to have a form
independant of Excel. So, the user will be able to select help file text and
select Excel cell's. (to be able to make a copy-paste from help file to
excel).
If not, is there a possibility to create a help file somewhere and open it
thereafter.

Thank you!
Alex
--
Alex St-Pierre