久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

Excel單元格邊框線設(shè)置4

 c857084163 2021-06-17

【5】Excel邊框線添加邊框線    

1)1/6個(gè)私藏絕技:Excel條件格式與函數(shù)公式的完美結(jié)合/1  http://bbzoh.cn/content/20/1117/17/68428570_946345217.shtml

1.1/自動(dòng)添加邊框線

【4】VBA邊框線加邊框線實(shí)線實(shí)邊框線    

1/VBA給選中區(qū)域加邊框線實(shí)線

  Sheets("s").Select

    Range("A1").Select

    Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _

        :=False, Transpose:=False

    'Application.CutCopyMode = False

    Selection.Borders(xlDiagonalDown).LineStyle = xlNone  '給粘貼的有數(shù)據(jù)區(qū)域加實(shí)線

    Selection.Borders(xlDiagonalUp).LineStyle = xlNone

     With Selection.Borders(xlEdgeLeft)

        .LineStyle = xlContinuous

        .ColorIndex = 0

        .TintAndShade = 0

        .Weight = xlThin

       End With

    With Selection.Borders(xlEdgeTop)

        .LineStyle = xlContinuous

        .ColorIndex = 0

        .TintAndShade = 0

        .Weight = xlThin

    End With

    With Selection.Borders(xlEdgeBottom)

        .LineStyle = xlContinuous

        .ColorIndex = 0

        .TintAndShade = 0

        .Weight = xlThin

    End With

    With Selection.Borders(xlEdgeRight)

        .LineStyle = xlContinuous

        .ColorIndex = 0

        .TintAndShade = 0

        .Weight = xlThin

    End With

    With Selection.Borders(xlInsideVertical)

        .LineStyle = xlContinuous

        .ColorIndex = 0

        .TintAndShade = 0

        .Weight = xlThin

    End With

    With Selection.Borders(xlInsideHorizontal)

        .LineStyle = xlContinuous

        .ColorIndex = 0

        .TintAndShade = 0

        .Weight = xlThin

    End With

【2】Excel單元格線設(shè)置單元格邊框線設(shè)置

3/Excel中這6個(gè)操作技巧不容錯(cuò)過(guò),讓你的工作更加得心應(yīng)手  http://bbzoh.cn/content/21/0308/20/9641682_965851055.shtml

2)excel表格虛線怎么去掉

https://jingyan.baidu.com/article/ed2a5d1f962e6a09f7be175a.html

1)如何使單元格線變細(xì)

http://wenda.tianya.cn/question/268e53f31808e022

 ·選定你要使其變細(xì)的單元格,,點(diǎn)擊鼠標(biāo)右鍵,,選擇“設(shè)置單元格格式,”彈出一個(gè)對(duì)話框,,選擇“邊框”按鈕,,里邊有線條樣式,選擇你想要的線條分別點(diǎn)擊在邊框的四周,,就OK了 

1)http://bbzoh.cn/edit/writeartnew.aspx
1,、自動(dòng)添加邊框線

這一功能是小編當(dāng)年使用的第一個(gè)條件格式,適用于表格每天要添加數(shù)據(jù),,然后再添加邊框線,。我們可以利用條件格式功能,當(dāng)輸入數(shù)據(jù)后自動(dòng)給表格添加上邊框線,。

選中需要設(shè)置的C3:M8單元格區(qū)域,,依次點(diǎn)擊【開(kāi)始】-【條件格式】-【新建規(guī)則】-【使用公式確定要設(shè)置格式的單元格】

輸入公式:=$C3<> ""

再點(diǎn)擊【格式】-【邊框】-【外邊框】,最后點(diǎn)擊【確定】直到返回工作區(qū),。

操作及效果動(dòng)圖如下:

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn),。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式,、誘導(dǎo)購(gòu)買等信息,謹(jǐn)防詐騙,。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,,請(qǐng)點(diǎn)擊一鍵舉報(bào),。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶 評(píng)論公約