摘要:
1、使用旧表创建新表 SELECT * INTO CC FROM AA ; (适用于版本SQL SERVER) 阅读全文
posted @ 2017-07-17 22:45
苏苏叶
阅读(208)
评论(0)
推荐(0)
摘要:
1、去除字符串中的数字 Function aa(sr As Range)Set reg = CreateObject("vbscript.regexp")With reg.Global = True.Pattern = "\d+"End Withaa = reg.Replace(sr, "") En 阅读全文
posted @ 2017-07-17 22:32
苏苏叶
阅读(1657)
评论(0)
推荐(0)
摘要:
##指定列求和 需求: 求和:列为“销售金额”的数值 Sub 求和()Dim i As Integer, j As IntegerFor i = 3 To 56For j = 15 To 81 Step 2Cells(i, 13) = Cells(i, 13) + Cells(i, j)Next j 阅读全文
posted @ 2017-07-17 16:10
苏苏叶
阅读(4846)
评论(0)
推荐(0)

浙公网安备 33010602011771号