当前位置:主页 > 系统教程 > 电脑excel点击单元格出现十字怎么如何设置的教程

电脑excel点击单元格出现十字怎么如何设置的教程

发布日期:2019-01-18 09:47 作者:深度技术 来源:www.shenduwin10.com
电脑excel点击单元格出现十字怎么如何设置?下面本站小编介绍下使用方法,希望大家喜欢!



office Excel设置方法:
1、打开excel,然后按下ALT+F11,会出现Microsoft Visual Basic界面;

2、在弹出的创建中键入下面代码:

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
    If Target.EntireColumn.Address = Target.Address Then
        Cells.Interior.ColorIndex = xlNone
        Exit Sub
    End If
    If Target.EntireRow.Address = Target.Address Then
        Cells.Interior.ColorIndex = xlNone
        Exit Sub
    End If
    Cells.Interior.ColorIndex = xlNone
    Rows(Selection.Row & ":" & Selection.Row + Selection.Rows.Count - 1).Interior.ColorIndex = 10
    Columns(Selection.Column).Resize(, Selection.Columns.Count).Interior.ColorIndex = 10
End Sub

大家可以改ColorIndex,直到出现满意的颜色。以下是截图:


WPS Excel设置方法:
1、首先我们进入“视图”界面;

2、在视图界面,找到“阅读模式”,点击即可开启阅读模式,如图:

以上就是电脑excel点击单元格出现十字怎么如何设置的教程的详细内容了,相信大家会有用的!
 
精品APP推荐