博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
VBA 学习
阅读量:6243 次
发布时间:2019-06-22

本文共 471 字,大约阅读时间需要 1 分钟。

Sub abc()Dim iDim coloumncoloumn = 2For i = 1 To 8Dim currentValuecurrentValue = Val(ReplaceChar(Sheet2.Cells(i, coloumn)))If Application.WorksheetFunction.IsNumber(currentValue) Then If Abs(currentValue) < 0.05 Then    Sheet2.Cells(i, coloumn).Interior.ColorIndex = 6  End IfEnd IfNext iEnd SubPrivate Function ReplaceChar(c As String) As String Dim a a = Replace(c, "*", "")  'If InStr(a, "-") = 1 Then '   a = Replace(a, "-", "-0") 'End If  ReplaceChar = aEnd Function

 

转载地址:http://zosia.baihongyu.com/

你可能感兴趣的文章
android-ripple-background
查看>>
我的友情链接
查看>>
编译安装Apache服务要点
查看>>
Arrays.copy()和ArrayList.clone()
查看>>
mosquitto安装、配置、测试、paho.mqtt-spy安装
查看>>
我的友情链接
查看>>
Eclispe 安装插件 Properties Editor
查看>>
ReactiveCocoa RACDelegateProxy
查看>>
网站架构案例精解
查看>>
iOS提示框,为什么你应该使用 MBProgressHUD?
查看>>
思科GLC-T、GLC-TE与SFP-GE-T电模块的区别
查看>>
Spring AOP 的 afterReturing 为什么不能改变返回值
查看>>
在Oracle RAC环境下创建数据库时提示不能验证ASMSNMP密码问题的解决(ORA-01017)
查看>>
集中管理:领导者,不能不考虑的几件事之—— 多维管理视角,一个都不能少...
查看>>
解决Jquery load()加载GB2312页面时出现乱码的两种方案
查看>>
js数组转json并在后台对其解析具体实现
查看>>
avformat_open_input() always return -13
查看>>
linux 编写防火墙脚本
查看>>
方差分析库 ANOVA C++ (libANOVA)
查看>>
线程,进程和程序的简单比较
查看>>