Hello,
I have recorded a macro to sort each column alphabetically in a workbook.
It works perfectly on our 2 computers that are windows 10 but not on the
windows 7 computer. Below is the macro.
Is this a common problem?
Sub SuburbSort()
'
' SuburbSort Macro
'
'
Columns("A:A").Select...