e.FLY

Excel 改变列表头显示方式, Excel显示列数字

'显示数字列号

Sub showCellNumber()

Application.ReferenceStyle = xlR1C1

End Sub

'显示字母列号

Sub showCellZimu()

Application.ReferenceStyle = xlA1

End Sub

posted on 2013-08-20 19:01  e.FLY  阅读(434)  评论(0)    收藏  举报