摘要:
因为帮一个朋友弄excel中的一些数据处理,然后用到了VBA的编程。其中要点如下:Sub MyFirstVBAProgram() Dim strName As String ' As String 定义了变量的数据类型 Dim strHello As String strName = InputBox("输入名字:") strHello = "你好," & strName & "!" MsgBox strHelloEnd SubFunction MyAdd(varA, varB) As Variant MyAd 阅读全文
posted @ 2013-03-28 20:58
三更_雨
阅读(356)
评论(0)
推荐(0)

浙公网安备 33010602011771号