Jfp87
09-02-2016, 07:36 AM
Guys,
I am using a modeless UserForm while using the document itself to edit some text. The idea is that the UserForm will sit at the side of the document while editing. The UserForm has a checkbox which gives the option to alert the user if not in editing mode; this would mean showing a msgbox (or something similar) when the user clicks somewhere in the document and the UserForm loses focus. As far as I know, there are no UserForm events which cover this.
My initial thought was to insert a large Content Control and use its OnEnter event, but I don't want to go down that route.
What else can I try?
Joe
I am using a modeless UserForm while using the document itself to edit some text. The idea is that the UserForm will sit at the side of the document while editing. The UserForm has a checkbox which gives the option to alert the user if not in editing mode; this would mean showing a msgbox (or something similar) when the user clicks somewhere in the document and the UserForm loses focus. As far as I know, there are no UserForm events which cover this.
My initial thought was to insert a large Content Control and use its OnEnter event, but I don't want to go down that route.
What else can I try?
Joe