Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Coding
Code Example
Download
Home
Coding
Code Example
Excel-vba how to convert a column number into an excel column Code Example
excel-vba how to convert a column number into an excel column
Function ColName(n) ColName = Split(Cells(, n).Address, "$")(1) End Function
Source:
academy.excelhero.com
Next
Previous
3
Related
vba code to remove duplicates from a column Code Example
excel vba check if directory exists Code Example
excel vba wait Code Example
xl vba check for folder Code Example
excel vba function to convert column number to letter Code Example
Type
:
Code Example
Category
:
Coding
Sub Category
:
Code Example
Uploaded by
:
Admin
Views
:
10