Excel 改变列表头显示方式, Excel显示列数字
'显示数字列号
Sub showCellNumber()
Application.ReferenceStyle = xlR1C1
End Sub
'显示字母列号
Sub showCellZimu()
Application.ReferenceStyle = xlA1
End Sub
'显示数字列号
Sub showCellNumber()
Application.ReferenceStyle = xlR1C1
End Sub
'显示字母列号
Sub showCellZimu()
Application.ReferenceStyle = xlA1
End Sub