View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jeffrey[_5_] Jeffrey[_5_] is offline
external usenet poster
 
Posts: 3
Default Inserting A Row Into A Data Table

I have a table of data sorted by column A. Is there a way
to insert a row of data into this table in its proper
sorted position (so that after the insert operation the
data is still sorted)? The method I am using now is to
append the row of data at the bottom of the table, then
resort the table.

Thanks.