Hi,
I am having a problem with the following loop...
The problem is that if the spreadsheet has a column "AA" then it returns sCol as "]", when I need it to return "AA"![]()
For iCol = 65 To (sTotalCols + 64) sCol = Chr(iCol) Next
Thanks
Stephen
Hi,
I am having a problem with the following loop...
The problem is that if the spreadsheet has a column "AA" then it returns sCol as "]", when I need it to return "AA"![]()
For iCol = 65 To (sTotalCols + 64) sCol = Chr(iCol) Next
Thanks
Stephen
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks