Hi, I have several forms. When opened (initialized), they all have something similar happening, so I wrote a module that does this. The only thing i need now is to have the form as a variable sent with this module: public sub tag_test(Form1 as Forms) ... but this doesn't work. It gives me a type mismatch. I also tried MSForms and Form as datatyp but all give the same problem. I have tried to do it this way as well: Forms(0).tag = ... but when i check forms.count it gives me 0 in spite of the fact that the form is already opened and loaded any ideas on this? thanks in advance! Emmanuel