Date: Thu, 15 Dec 2005 13:12:23 -0700
Reply-To: william kossack <kossackw@NJC.ORG>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: william kossack <kossackw@NJC.ORG>
Subject: dde delete
Content-Type: text/plain; charset=us-ascii; format=flowed
I'm working on using dde to select the first two rows of a spreadsheet
and them delete them.
using
put '[select("r1:r2")]';
I've been able to select the two rows but how do I issue a delete?
|