当前位置:网站首页>Excel 比较日器
Excel 比较日器
2022-07-04 05:21:00 【wpyok168】
Private Sub CheckDate_Click()
Dim i As Integer, r As Integer, num As Integer
Dim T1, T2 As Date
Dim lie As Integer
lie = 15 '列号15 即 O 列
num = 0 '统计次校日期到期数量
r = Range("o65536").End(xlUp).Row '统计o列有数据的单元格个数有多少
T2 = Now() - 30 '当前日期往前30天
'T1 = VBA.DateSerial(2022, 6, 26)'日期转换
'T1 = Range("A1").Value'获取单元格的值
'循环单元格数据
For i = 1 To r
T1 = Cells(i, lie)
If (IsEmpty(T1)) Then
Cells(i, lie).Interior.Pattern = xlNone '清除背景色
ElseIf (T1 < T2) Then
'MsgBox ("仪器校验日期过期了")
Cells(i, lie).Interior.Color = 255 '填充红色
num = num + 1
Else
Cells(i, lie).Interior.Pattern = xlNone '清除背景色
End If
Next
If (num > 0) Then
Dim result
result = MsgBox("总共有" + Str(num) + "个设备到期,需安排校正!", vbExclamation)
End If
End Sub
边栏推荐
- With the advent of the IP era, how can E-sports hotels take advantage of the "east wind" of games?
- flink1.13 sql基础语法(二)join操作
- 空洞卷积、可变形卷积、可变形ROI Pooling
- [MySQL practice of massive data with high concurrency, high performance and high availability -8] - transaction isolation mechanism of InnoDB
- Leetcode 184 Employees with the highest wages in the Department (July 3, 2022)
- KMP match string
- fastjson
- BUU-Crypto-[GXYCTF2019]CheckIn
- 小程序毕业设计---美食、菜谱小程序
- Unity2d -- character moves and turns
猜你喜欢

2022G2电站锅炉司炉特种作业证考试题库及答案

Just do it with your hands 7 - * project construction details 2 - hook configuration

Zhanrui tankbang | jointly build, cooperate and win-win zhanrui core ecology

Introduction to AMBA

【兴趣阅读】Adversarial Filtering Modeling on Long-term User Behavior Sequences for Click-Through Rate Pre

Flask

724. 寻找数组的中心下标

拓扑排序和关键路径的图形化显示

LM small programmable controller software (based on CoDeSys) note XXI: error 3703

2022 t elevator repair operation certificate examination question bank and simulation examination
随机推荐
数据标注是一块肥肉,盯上这块肉的不止中国丨曼孚科技
Flink1.13 SQL basic syntax (I) DDL, DML
[MySQL practice of massive data with high concurrency, high performance and high availability -8] - transaction isolation mechanism of InnoDB
flink1.13 sql基础语法(一)DDL、DML
Graduation design of small programs -- small programs of food and recipes
[技术发展-25]:广播电视网、互联网、电信网、电网四网融合技术
RSA加密应用常见缺陷的原理与实践
2022 a special equipment related management (elevator) examination questions simulation examination platform operation
[matlab] general function of communication signal modulation bandpass filter
[matlab] general function of communication signal modulation Fourier transform
tutle时钟改进版
PostgreSQL has officially surpassed mysql. Is this guy too strong!
[matlab] matlab simulates digital baseband transmission system eye diagram of bipolar baseband signal (class I part response waveform)
IP时代来临,电竞酒店如何借好游戏的“东风”?
[matlab] general function of communication signal modulation - generation of narrow-band Gaussian white noise
如何使用postman实现简单的接口关联【增删改查】
XII Golang others
Penetration tool - sqlmap
June 2022 summary
LC周赛300