S
Slim Slender
I can have the built-in data form open with the workbook with:
Private sub Workbook_Open()
ActiveSheet.ShowDataForm
End Sub
The data form appears to be modal so I can't do anything else
until it is closed. Can I have the event of closing the data form
cause the workbook to be saved and close?
Private sub Workbook_Open()
ActiveSheet.ShowDataForm
End Sub
The data form appears to be modal so I can't do anything else
until it is closed. Can I have the event of closing the data form
cause the workbook to be saved and close?