經安全檢測,此網站為安全網站,請放心前往原始網址!

如何將 Excel 資料行數字轉換成依字母順序排列的字元

Function ConvertToLetter(iCol As Integer) As String Dim iAlpha As Integer Dim iRemainder As Integer iAlpha = Int(iCol / 27) iRemainder = iCol - (iAlpha * 26) If iAlpha > 0 Then ConvertToLetter = Chr(iAlpha + 64) End If If iRemainder > 0 Then ...

support.microsoft.com

網址安全性掃描由 google 提供