当前位置:网站首页>The selected cells in Excel form have the selection effect of cross shading
The selected cells in Excel form have the selection effect of cross shading
2022-07-02 11:44:00 【Get up in the morning and buy soymilk】
be based on VBA Realization Excel Cross highlight
I need this function by chance , Microsoft EXCEL The table realizes the selection effect of cross shading in the selected cells ;
Found some ways , Make detailed records again , See this article to basically solve the problems mentioned in the title .
One 、 Format requirements
First , The file format must be .xlsm Format , If not in this format , The effect of setting is turning off excel Reopen the form after , The probability will fail .
Two 、 Specific steps
1**、 open vbe Editor **
Method :ALT+F11
2、 Double click on the left thisworkbook label , And paste the code
The code is as follows :
' Note that this method will remove the existing background color of the cell
Private Sub Workbook_SheetSelectionChange(ByVal Sh As Object, ByVal Target As Range)
Cells.Interior.ColorIndex = xlNone
Target.EntireRow.Interior.Color = RGB(230, 250, 230) ' Row style
Target.EntireColumn.Interior.Color = RGB(230, 250, 230) ' Column style
Target.Interior.Color = RGB(255, 255, 255) ' Cell style
End Sub
Then save the step .ctrl+S( Pop up prompt Click : yes )
3、 Realization effect , Achieve a goal ;
such , Then realized excel The selected cells in the table have the selection effect of cross shading , Hope to be able to help people in need , Give it a like .
边栏推荐
- Array splitting (regular thinking
- On April 17, 2022, the five heart matchmaker team received double good news
- 6方面带你认识LED软膜屏 LED软膜屏尺寸|价格|安装|应用
- ros缺少xacro的包
- ROS lacks xacro package
- ctf 记录
- Is bond fund safe? Does the bond buying foundation lose principal?
- Develop scalable contracts based on hardhat and openzeppelin (II)
- sqlite 修改列类型
- Map set assignment to database
猜你喜欢
数字化转型挂帅复产复工,线上线下全融合重建商业逻辑
MTK full dump抓取
【云原生】2.5 Kubernetes 核心实战(下)
微信小程序利用百度api达成植物识别
Map set assignment to database
[idea] use the plug-in to reverse generate code with one click
Principe du contrat évolutif - delegatecall
ImportError: cannot import name ‘Digraph‘ from ‘graphviz‘
Redis超出最大内存错误OOM command not allowed when used memory > 'maxmemory'
Verilog 和VHDL有符号数和无符号数相关运算
随机推荐
Approximate sum count (approximate
Summary of data export methods in powerbi
Webauthn - official development document
How to Create a Beautiful Plots in R with Summary Statistics Labels
基于Hardhat编写合约测试用例
揭露数据不一致的利器 —— 实时核对系统
LVM operation
Mmrotate rotation target detection framework usage record
The working day of the month is calculated from the 1st day of each month
Importerror: impossible d'importer le nom « graph» de « graphviz»
What is the relationship between digital transformation of manufacturing industry and lean production
SSRF
liftOver进行基因组坐标转换
CTF record
How to Create a Nice Box and Whisker Plot in R
Amazon cloud technology community builder application window opens
bedtools使用教程
tidb-dm报警DM_sync_process_exists_with_error排查
ROS lacks catkin_ pkg
C#多维数组的属性获取方法及操作注意