摘要:
学了两天的VBA 终于自己写了个小程序,excel里面用VBA来处理还真是方便快捷。//这个程序的主要作用是,自动筛选透视图中所用值,每次筛选之后,自动复制这些值到另一个sheet。Sub test()Dim i As IntegerDim j As IntegerDim Max As Intege... 阅读全文
摘要:
This procedure is supposed to deal with those number which have decimal part and it's sum should be stable.USE [CHSHMSSGMLICENSE]GO/****** Object: St... 阅读全文