LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default Embedding Help

I have written a Macro which approaches an application in its
complexity. (In retrospect it might have been better as a standalone
application but there are advantages related to portability and
familiarity which mean that Excel is a natural home for it). We have
written a 50 page manual for the Macro.

I would like to embed the help files in the workbook somehow so that
the macro/application can be distributed as a single Excel workbook.

I have tried embedding the help file (in . chm format) in a hidden
worksheet as an OLEobject, and displaying it with
wsHelp.OLEObjects(fHelp).Show
and this is partially successful, but unfortunately this triggers a
rash of security warnings, and, more problematically, none of the
links in the embedded help file work.
Is there any way to embed a .chm file in such a way that it remains
functional? or can anyone think of another way to keep the help and
workbook together in one file? (I can display a seperate help file
trivially with
Shell "hh.exe " & ThisWorkBook.Path & "\helpfile.chm"
but I don't really want to trust the users to put the help file in the
right place.
I have put a very simple example file he
http://www.bodgesoc.org/HelpDemo.xls
This is a single worksheet with a button linked to an embedded version
of the HyperTerminal help file, it demonstrates the broken links
problem quite well.
(As always, use appropriate caution opening linked files from the
internet, but I promise that the linked file is harmless as posted.
Not that a black hat might not hack my website and change it of,
course.)
 
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
Embedding PDF simon Excel Discussion (Misc queries) 0 February 26th 10 04:12 PM
Embedding vlookup MeanArtichoke Excel Worksheet Functions 4 December 1st 08 01:05 AM
Embedding Photos John H Excel Discussion (Misc queries) 0 January 27th 07 12:43 AM
Embedding Objects... Steven Sinclair Excel Discussion (Misc queries) 1 October 30th 06 09:18 PM
embedding excel Alex Links and Linking in Excel 1 December 1st 04 08:01 AM


All times are GMT +1. The time now is 01:47 PM.

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"