|
Subject:
|
Updating Excel with Form fields
|
|
Posted By:
|
nancy
|
Post Date:
|
4/3/2006 1:56:06 PM
|
Hi, While I know it's possible to create excel from Form fields, I'm looking into adding(updating)input from form fields, to an existing spreadsheet. Is there any way of doing this?
Your prompt response is greatly appreciated, nancy
|
|
Reply By:
|
jfergy
|
Reply Date:
|
4/7/2006 3:52:18 AM
|
So you are asking how to take a form component or value in an asp page and append that to an excel file? Is that right?
|
|
Reply By:
|
nancy
|
Reply Date:
|
4/7/2006 8:10:22 AM
|
Yes, Exactly!
|
|
Reply By:
|
nancy
|
Reply Date:
|
4/7/2006 8:10:45 AM
|
Yes, Exactly!
|
|
Reply By:
|
nancy
|
Reply Date:
|
4/7/2006 8:11:16 AM
|
Yes, exactly!
|
|
Reply By:
|
nancy
|
Reply Date:
|
4/7/2006 8:17:56 AM
|
Sorry, I kept receiving a VB error script and wasn't sure if the message was sent.
My apologies for "being so repetitive" Nancy
|
|
Reply By:
|
jfergy
|
Reply Date:
|
4/7/2006 2:18:28 PM
|
nancy-
What you want to do is and I hope you are using windows server not chilisoft asp on linux. You will want to read the following and use the File system object:
http://www.aspfaq.com/show.asp?id=2039#append
|