excel vba get column name from number

The solution for “excel vba get column name from number” can be found here. The following code will assist you in solving the problem.

‘For column number 256…

ColName = Split(Cells(, 256).Address, “$”)(1)

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts