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
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