SyntaxFix
Write A Post
Hire A Developer
Questions
In my opinion the simpliest way to get column number is: Sub Sample() ColName = ActiveCell.Column MsgBox ColName End Sub
Sub Sample() ColName = ActiveCell.Column MsgBox ColName End Sub