Group: microsoft.public.word.vba.general
From: =?Utf-8?B?UGV0ZXI=?=
Date: Friday, February 22, 2008 2:41 PM
Subject: Disabling click and change events in form initialize

Hi,
As with all user forms, if you set the value or state of a control in the
initialize macro, then the corresponding _click or _change event macro will
fire. I am looking for a way to disable this. I want to set the state and
values of controls without firing these macros until after the initialize
macro is done and the form is displayed. Is there a way to do this?

Thanks,
Peter