Data Sort

  • Thread starter Continental Translations
  • Start date
C

Continental Translations

I am constantly adding no rows of information to a table. This information
is put into columns B:K. Once I have finished inputting this data, is there
any way I can automatically get this data to sort rather than doing it
manually? I am presuming the only way would be by adding a VBA. If so, then
i'd prefer to just do it manually.

Thanks all in advance
 
J

jeff

Hi,

Yeah, I know of no way to have it sort automagically
without some VBA code to select the data and perform
the sort. A command button could fire it off.

jeff
 
Top