I’m having trouble with pop-up help on a userform.
I set a HelpContextID for the form itself, so if someone clicks What’s This, then clicks off a control, they will get an overview of what the form is for. This doesn’t work anymore (although it did through Word 2003). Now if you click on the form itself, you get thrown into Office 2010’s very unhelpful programming help.
Needless to say, that’s not where I want to send my users.
I got around this by placing a transparent label as the back layer of the form, with all other controls in front, and giving the label an ID. This worked fine. But.
The form I’m having an issue with is used for two different but very similar purposes, with the labels being rewritten and the HelpContextIDs changed at run-time. All the IDs are seamlessly changed except the one for the label. It’s throwing an error that the member does not exist. Oh yes it does.
Has anyone else had any experience with this? And does anyone have any suggestions? I’ve tried substituting the label with a frame but it’s a no-go for several reasons, including that it just doesn’t look right.
I’m between a rock and a hard place, here. If anyone has suggestions I’ll welcome them. In the meantime, I’m thinking of just duping the form and dropping the run-time shenanigans.
Thanks, Kim