Sorting on Multiple Columns

Joined
Mar 3, 2011
Messages
1
Reaction score
0
Hi
I am new to VBA, I have found you can sort Outlook.items using the sort method and passing the string of the column you want sorting.

I need to know how to sort by two columns at the same time, you can do this in the application easily by holding shift and clicking the next column, but cant find online how to do it using VBA

Any help please
 
Back
Top