Board logo

標題: [發問] 有關使用 colorindex=xlnone(已解決) [打印本頁]

作者: icestormer    時間: 2012-4-27 10:08     標題: 有關使用 colorindex=xlnone(已解決)

本帖最後由 icestormer 於 2012-5-3 09:32 編輯



附以上圖

在圖中 有一行 有顏色 是我用程式碼填入的
With Selection.Interior
        .ColorIndex = 45
    End With
之後我用
selection.colorindex =xlnone ' 想清除底色回到原來預設,郤會變成下方的圖示 ,
感覺是格子線全破壞且有點放大 ,請問要怎下指令才能達到 清除底色後又不會破壞格子線呢??



作者: oobird    時間: 2012-4-27 11:02

selection.colorindex =xlnone 不可能執行的
應該是Selection.Interior.ColorIndex = xlNone
清除底色不會破壞格線的,除非你有其他設置沒說出來。
作者: oobird    時間: 2012-4-27 11:12

還有看起來你那列是填上白色的,清除掉就看到格線了。
作者: icestormer    時間: 2012-4-27 12:01

本帖最後由 icestormer 於 2012-4-27 12:04 編輯
還有看起來你那列是填上白色的,清除掉就看到格線了。
oobird 發表於 2012-4-27 11:12


奇怪了 我剛才用

    With Selection.Interior
        .ColorIndex = xlNone
        
    End With
確實會清除底色..而且 不會破壞格線 ,我再試看看好了 感謝你的回覆呢




歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)