Userform_Deactivate (or some other event)

M

m rafala

In a Word 2000 macro, I've got a non-modal form. When the user clicks out
side the form (form loses focus), I'd like an event to fire that makes
changes to the form. I thought Userform_Deactivate would take care of this,
but it doesn't do anything. Nor does Userform_LostFocus (which isn't a real
event, as far as I can tell).

How can I get the behavior I want?
 
H

Helmut Weber

Hi,
perhaps a WindowSelectionChange-Event could help.
But complications expected.
---
Greetings from Bavaria, Germany
Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word XP, Win 98
http://word.mvps.org/
 
Top