Providing help for a template

B

Bo Rasmussen

Hi,

I have a template which is not that easy to use, so I need to show some help
to users - what is the best way of doing this. It should be something that
is not modal, as it should stay visible as the user works.....

Regards
Bo Rasmussen
 
E

Earl Kiosterud

Bo,

You can use Data - Validation. Leave the "Allow" box set to "Any value."
Put instructions in the Input Box, and they'll pop up like comments when the
cell is selected. Or use cell comments (right-click, Insert comment).
They'll pop up when the mouse hovers over the cell. Modeless UserForms
(Excel 2000 and beyond) can be put on the screen and will stay there. You
need some macro code to control them.
 
Top