Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: write2excel
Date: Thu, 29 Oct 2009 14:57:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 4
Message-ID: <hccafs$9e1$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1256828221 9665 172.30.248.35 (29 Oct 2009 14:57:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 29 Oct 2009 14:57:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1518830
Xref: news.mathworks.com comp.soft-sys.matlab:580998


Hello,
I have a textbox and a button. When I write a number into the textbox and push the button, I want to save that value into an excel file. 
Till this point it is simple, but when I want to write a new value into that box and push again the button to save the new value into the excel file, this new value it will overwrite the old one. I want to put the new value in the next row, below the old value in the excel file.
Can enyone help me with this problem?