just name it private and it won't show in the list.
for example:
Private Sub test()
or add
Option Private Module
to the start of the module

Signature
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> just name it private and it won't show in the list.
> for example:
[quoted text clipped - 12 lines]
>>
>> Bernd
bernd - 21 Aug 2007 19:47 GMT
Thanks, the option Private Module works for me.