Object must be specified

You specified a method where the target object was not provided. For example if you execute: Print "Hi!" in a global procedure (a non-forms module), the target object (the form) is not available. Form1.Print "Hi!" would be correct (assuming Form1 was visible).