Sub UserForm1_Initialize()
should be:
Sub UserForm_Initialize()
If you wanted the initialize event to fire.
Casey wrote:
Topper,
I'm confused as to what you are referring to. In both of your posts you
used Userform_Initialize. Or am I missing something? And the code is
working fine.
--
Casey
------------------------------------------------------------------------
Casey's Profile: http://www.excelforum.com/member.php...fo&userid=4545
View this thread: http://www.excelforum.com/showthread...hreadid=515450
--
Dave Peterson