Horje
excel vba function to convert column number to letter Code Example
excel vba function to convert column number to letter
Function ColName(n)
    ColName = Split(Cells(, n).Address, "$")(1)
End Function




3

Related
vba string to date Code Example vba string to date Code Example
vba delete file Code Example vba delete file Code Example
write to text file vb.net Code Example write to text file vb.net Code Example
excel vba copy range with filter Code Example excel vba copy range with filter Code Example
shortcut to apply a formula to an entire column in excel Code Example shortcut to apply a formula to an entire column in excel Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10