Worksheet Change Event

T

TonyM

Hi,
I need an automatic sort on a data table. I have a
program in another application which automatically loads
data into an Excel spreadsheet. How can I use a worksheet
change event to automatically sort the data when this
happens?

Thanks in anticipation.
 
B

Bob Phillips

Why don't you just tag the sort onto the end of the

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
B

Bob Phillips

Why don't you just tag the sort onto the end of the other application?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top