J
John G.
I have set up a general help popup for a userform. This is just a simple
narration on how to use the input form and therefore context help isn't
needed.
What I would like to do is maintain the cursor position on the original
userform upon closure of the help popup.
The user may want to click on the Help button in the middle of textbox input
and I would like to be able to return to that location when they finish with
the help window.
Since "GetFocus" doesn't seem to exist, I'm not quite sure how to go about
doing this first part.
Second, is the question of being able to not only get back to the current
textbox (I'm assuming "SetFocus" would do tha)t, I would also like to be able
to have the cursor in the same location as when they called up the help
window. Right now it appears to reset to Tab 0.
As always, thanks in advance.
John G.
narration on how to use the input form and therefore context help isn't
needed.
What I would like to do is maintain the cursor position on the original
userform upon closure of the help popup.
The user may want to click on the Help button in the middle of textbox input
and I would like to be able to return to that location when they finish with
the help window.
Since "GetFocus" doesn't seem to exist, I'm not quite sure how to go about
doing this first part.
Second, is the question of being able to not only get back to the current
textbox (I'm assuming "SetFocus" would do tha)t, I would also like to be able
to have the cursor in the same location as when they called up the help
window. Right now it appears to reset to Tab 0.
As always, thanks in advance.
John G.