




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、文檔從網(wǎng)絡(luò)中收集,已重新整理排版.word版本可編輯,歡迎下載支持.高亮顏色標(biāo)記單元格、行、歹小行列實例會計園1 .高亮顏色標(biāo)記單元格VBA代碼:Private Sub Worksheet_SelectionChange(ByVai Target As Excel. Range)On Error Resume NextCells. FormatConditions. DeleteWith Target. FormatConditions.Delete.Add xlExpression, , “TRUE".Item(l). Interior. Colorindex = Int (50
2、* RndO + 2)End WithEnd Sub2 .高亮顏色標(biāo)記行Private Sub Worksheet_SelectionChange(ByVai Target As Excel. Range)On Error Resume NextCells. FormatConditions. DeleteWith Target. EntireRow. FormatConditions, Delete.Add xlExpression, , “TRUE”.Item(l). Interior. Colorindex = Int (50 * RndO + 2)End WithEnd Sub3 .高
3、亮顏色標(biāo)記列Private Sub Worksheet_SelectionChange(ByVai Target As Excel. Range)On Error Resume NextCells. FormatConditions. DeleteWith Target. EntireColumn. FormatConditions.Delete.Add xlExpression, , “TRUE".Item(l). Interior. Colorindex = Int (50 * RndO + 2)End WithEnd Sub4 .高亮顏色編輯行列Private Sub Work
4、sheet_SelectionChange(ByVai Target As Excel. Range)On Error Resume NextCells. FormatConditions. DeleteiColor = Int(50 * RndO + 2)With Target. EntireRow. FormatConditions.Delete.Add xlExpression, , “TRUE”.Item(l). Interior. Colorindex = iColorEnd WithWith Target. EntireColumn. FormatConditions.Delete
5、. Add xlExpression, , "TRUE".Item(l). Interior. Colorindex = iColorEnd WithEnd Sub高亮顏色標(biāo)記單元格、行、列、行列實例1 .高亮顏色標(biāo)記單元格VBA代碼:Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range) On Error Resume NextCells. Formatconditions. DeleteWith Target.Formatconditions.Delete.Add xlExpression,
6、,rTRUEH.Item(l).Interior.ColorIndex = Int(50 * Rnd() + 2)End WithEnd Sub2 .高亮顏色標(biāo)記行Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)On Error Resume NextCells.FormatConditions.DeleteWith Target.EntireRow.Formatconditions.Delete.Add xl Expression, ,rTRUE".Item(l).Interior.ColorInd
7、ex = Int(50 * Rnd() + 2)End WithEnd Sub3 .高亮顏色標(biāo)記列Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range) On Error Resume NextCells.FormatConditions.DeleteWith Target.EntireColumn.FormatConditions.Delete.Add xlExpression, z 'TRUE".Item( l).Interior.ColorIndex = Int(50 * Rnd() + 2)
8、End WithEnd Sub4 .高亮顏色編輯行列Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range) On Error Resume NextCells.FormatConditions.DeleteiColor = Int(50 * Rnd() + 2)With Target.EntireRow.Formatconditions.Delete.Add xlExpression, "TRUE".Item( l).Interior.ColorIndex = iColorEnd WithWith
9、 Target.EntireColumn.Formatconditions.Delete.Add xl Expression, ,rTRUE".Item( l).Interior.ColorIndex = iColorEnd WithEnd SubPrivate Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)On Error Resume Next格變色.FonnatConditions.DcleteTarget.Name = "格變色”With 格變色LFbrmatConditions.Delete.A
10、dd xIExpression,,叮RUE”.Item( 1 ).Interior.ColorIndex = 35 .Item .Font. Colorindex = 3End WithEnd Sub這是我參考wenz寫的,只使選中的單元格變色。Private Sub Worksheet_SelectionChange(ByVai Target As Excel. Range)If Target. Row > 3 And Target. Row < 99 And Target. Column < 23 ThenOn Error Resume NextRange (,/a3:r
11、99,/). Interior. Colorindex = 42行=Target. Row列=Target. ColumnCells(行,列). Interior. Colorindex = 45ElseRange (/za3:r99/z). Interior. Colorindex = 42End IfEnd SubPrivate Sub Worksheet_SelectionChange(ByVal Target As Range) Target.EntireRow.Interior.Color = RGB(255. 0, 0)'以紅色為例End SubPrivate Sub Wo
12、rksheet_SelectionChange(ByVal Target As Range)Cells.Interior.Colorlndex = xlNonex = Target. Rowy = Target.ColumnUnion(Rows(x), Columns(y).Interior.Colorlndex = 3End SubPrivate Sub Worksheet_SelectionChange(ByVaI Target As Range)Cells.Interior.CoIorlndex = xlNonex = Target.Cells(I).Rowy = Target.Cells(Target.Count).RowFor i = x To yRows(i &am
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2019-2025年軍隊文職人員招聘之軍隊文職教育學(xué)題庫與答案
- 2025年軍隊文職人員招聘之軍隊文職管理學(xué)與服務(wù)考試題庫
- 2021-2022學(xué)年廣東省廣州市白云區(qū)六校七年級(下)期中數(shù)學(xué)試卷(含答案)
- 企業(yè)級數(shù)據(jù)安全合規(guī)策略制定服務(wù)協(xié)議
- 網(wǎng)絡(luò)直播平臺合作項目表
- 四川省成都市武侯區(qū)2024-2025學(xué)年七年級上學(xué)期期末生物學(xué)試題(含答案)
- 湖南省岳陽市岳陽縣2024-2025學(xué)年七年級上學(xué)期期末生物學(xué)試題(含答案)
- 語言學(xué)英語翻譯技能測試卷
- 濕地松采脂承包合同
- 團(tuán)隊目標(biāo)與績效考核表
- 二年級下冊數(shù)學(xué)下冊第一單元
- 本科教學(xué)工作合格評估基本知識課件
- 物業(yè)管理服務(wù)大型活動服務(wù)方案
- 外科護(hù)理病歷
- 跨境電商行業(yè)深度研究報告
- 《總體國家安全觀學(xué)習(xí)綱要》全書PPT
- 軟件項目進(jìn)度計劃完整參考模板
- 面包生產(chǎn)工藝流程圖
- 特種設(shè)備使用單位名稱變更申請表(共2頁)
- CASS勘測定界操作指導(dǎo)方案
- 員工考勤表(通用版)
評論
0/150
提交評論