Hi,
Can anybody tell me if there is a way that I can export to excel and include a form that can then be resubmited back to my asp?
I know how to generate the form at the asp end by changing the document headers as
Response.AddHeader "Content-Disposition","attachment; filename=questionaire.xls"
Response.ContentType = "application/vnd.ms-excel"
I need to create a dynamic excel file that generates my latest questions in a questionaire. The user will be able to save the form as they complete it and then once they have finished they will be able to press a button on the excel sheet to send the info back to another asp page. I am not sure if this is the correct forum for this but if anybody can point me in the right direction I would be grateful.
All of the form components are read by Excel but the form submit button doesnt seem to work? will it not work this way?
Apreciate your thoughts.
JimFl
Can anybody tell me if there is a way that I can export to excel and include a form that can then be resubmited back to my asp?
I know how to generate the form at the asp end by changing the document headers as
Response.AddHeader "Content-Disposition","attachment; filename=questionaire.xls"
Response.ContentType = "application/vnd.ms-excel"
I need to create a dynamic excel file that generates my latest questions in a questionaire. The user will be able to save the form as they complete it and then once they have finished they will be able to press a button on the excel sheet to send the info back to another asp page. I am not sure if this is the correct forum for this but if anybody can point me in the right direction I would be grateful.
All of the form components are read by Excel but the form submit button doesnt seem to work? will it not work this way?
Apreciate your thoughts.
JimFl