W
wcc
Hello group,
Beginner here with 2 questions.
1. I have an array of strings which are word document names. Is there
a built-in function in word vba that I can use to sort them
alphabetically?
2. If I have an array of strings, say ("Mon" "Tue" "Wed" "Thu") and I
have an item, say "Wed" which belongs to that array. Is there a
built-in function to determine the index of this item in the array?
(in this case it should return 2).
Thanks very much for your help.
-wcc
Beginner here with 2 questions.
1. I have an array of strings which are word document names. Is there
a built-in function in word vba that I can use to sort them
alphabetically?
2. If I have an array of strings, say ("Mon" "Tue" "Wed" "Thu") and I
have an item, say "Wed" which belongs to that array. Is there a
built-in function to determine the index of this item in the array?
(in this case it should return 2).
Thanks very much for your help.
-wcc