I have a page with a form the user fills out (start date and end date). Based on this the SQL 2000 db is queried and the results are graped below the form as an image. I then add a button to dump the raw data that was graphed into an excel file. The problem is that when I send the data to excel it writes the form (with drop down menu, buttons...) into excel. i am using code called psxlsgen to write to excel. How can I omit the form and just write the data?