Why can't I do the following?:


public lastForm as Form

Private Sub Form_Load()

lastForm = Me

End Sub


VB tells me "Invalid use of property"