Sometimes we need to know the current cell position. This would do the trick.
Sub MyPosition() myRow = ActiveCell.Row myCol = ActiveCell.Column Msgbox myRow & "," & myColEnd Sub
Post a Comment
No comments:
Post a Comment