To convert from number to character a column reference, have a look on next code
![]()
Option Explicit Sub Macro1() Dim ColNb As Integer Dim Temp Dim ColChar ColNb = 13 Temp = Cells(1, ColNb).Address ColChar = Split(Temp, "$")(1) End Sub
To convert from number to character a column reference, have a look on next code
![]()
Option Explicit Sub Macro1() Dim ColNb As Integer Dim Temp Dim ColChar ColNb = 13 Temp = Cells(1, ColNb).Address ColChar = Split(Temp, "$")(1) End Sub
- Battle without fear gives no glory - Just try
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks