Word 2003 - need a macro to sort a table

J

Johnnyboy5

Can anyone offer me a macro to sort a table by selecting column "two"
in that table (the actual table is the second one in a document)

I have done this but it sorts by whatever column the cursor happens to
be in at the time.



Sub Macro1()
'
' Macro1 Macro
' Macro recorded 22/01/2012 by
'
Selection.Select
Selection.SortAscending
End Sub


Many thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top