比如:
在模塊中聲明
Private Function Add(a As Integer) As Integer
Add = a + 3
End Function
這樣在每壹個窗體中就可以進行調用了
能看明白嗎?