I have a project with 3 forms. I can not figure out how to declare statements in one place that all 3 forms can use. Example: I have to place

Private Declare Function GetFocus& Lib "user32" ()

in all three forms in order to use this. I know there is a way to create one module and have all forms reference it? How