摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; //声明API必须要有这个命名空间 using Sy 阅读全文
摘要:
VBA语言中,数字表示的方法还有八进制、十六进制、科学计数法。例如 Dim a As Integer Dim b As Integer a = &O111 b = &HA 对于科学计数法,如果书写代码时录入 a = 1.2E-3,VBA编辑器会自动改写为0.0012 预先了解的英语知识 二进制BIN 阅读全文