I have a dbs which allows the user to export data into an Excel spreadsheet via a Form & Cmd_Button. I would like to include in the Excel spreadsheet a module with the following code:
Sub auto_open()
MsgBox "Place a 'X' in Column C for every record to be deleted"
End Sub
Has anyone come accross something similar?
-illini
Sub auto_open()
MsgBox "Place a 'X' in Column C for every record to be deleted"
End Sub
Has anyone come accross something similar?
-illini