Thread
:
Loop Column letter A to Z ??
View Single Post
#
2
Posted to microsoft.public.excel.programming
Joseph Mc Daid
external usenet poster
Posts: 11
Loop Column letter A to Z ??
Perhaps you could loop from 65 to 90, and user chr(i) to retrieve the
character. chr(65) returns capital A while chr(90) returns capital Z.
HTH
Joseph Mc Daid
Reply With Quote
Joseph Mc Daid
View Public Profile
Find all posts by Joseph Mc Daid