I have tried searching for previous posts on this but found that “Help” is not a good word to use in a search.
In the attached file is the approach I am currently taking (message boxes launched by an image control) to displaying in-line help in a tool I am currently building. I have chosen this approach because I want to minimise external documentation and also to locate the help text where it is relevant. Up to now I have found this solution to be reasonable and well received by the tool’s users.
However, it is beginning to turn into an administrative burden (even with the use of global messages that are displayed by many of the buttons) due to the sheer number that I am having to build into the tool. I also do not like the way that Excel handles their location during cut and insert and also when rows/columns are deleted. The tool is designed for ongoing use by many and ideally without huge involvement from myself which means that very quickly there could be many KBs of the file taken up by obsolete buttons that cannot be seen and their associated code.
Other solutions I have at least partially considered are:
Data Validation input messages – I find the 255 character limit is too small for most messages
Cell Comments – I have a couple of resistances to this approach; users tend to ignore or overlook the flag, the comments cannot be guaranteed to appear alongside their marker, the boxes are affected by the freeze panes feature that is being used.
Custom text boxes and the Selection_ Change event – another very good possibility but also has similar limitaions to my current approach
I would appreciate any alternatives that you care to suggest.
Thanks,