I would use the workbook_open event to show the form.

sub workbook_open()
userform1.show
end sub



Bobby wrote:
>
> Thank's Dave! Tell me how would you call your Sub userform_initialize()
> from a:
> Private Sub Workbook_Open()
> Thank's!


--

Dave Peterson