I think your problem is that msgbox() is designed to display a message dialog box to the console of the computer it is running on. In the case of an ASP page, it is running on your web server.
Therefore you as the client will never see the dialog box. Also one note, your web host server must have office web components installed to be able to create an Excel server object using ASP.
|