VBAhole22
Registered User.
- Local time
- Today, 06:31
- Joined
- Jan 18, 2002
- Messages
- 117
What is the best way to provide custom-made help files to users of an application? I would like to be able to use a single key (like F2) to provide the user with a pop-up box containing help documents I created. These help files would be control-context-sensitive, meaning they would change based on the control the user was in on my form. Also is it possible to make these help files searchable like normal help files?