progressiverookie
Technical User
I presume this is a easy fix, but not for me! I am trying call a procdure that I have in a module when I open a form. How do I finish the code?
**********Start Code**********
Private Sub Form_Open(Cancel As Integer)
Call ReSizeForm ' Where do I go from here?
End Sub
***********End Code***********
Thanks
**********Start Code**********
Private Sub Form_Open(Cancel As Integer)
Call ReSizeForm ' Where do I go from here?
End Sub
***********End Code***********
Thanks