摘要: Sub 万途标签()Dim iFor i = 1 To Sheets.Count If Sheets(i).Name = "数据表" Then If MsgBox("数据表已经存在,是否删除?", vbOKCancel) = vbOK Then Sheets(i).Delete Else MsgBo 阅读全文
posted @ 2017-10-27 14:40 iframe 阅读(616) 评论(0) 推荐(0) 编辑
摘要: //基本定义 //调用 //继续动作 阅读全文
posted @ 2017-10-27 09:39 iframe 阅读(334) 评论(0) 推荐(0) 编辑
摘要: C# Constants:private const UInt32 WM_ACTIVATE = 0x0006;private const UInt32 WM_ACTIVATEAPP = 0x001C;private const UInt32 WM_AFXFIRST = 0x0360;private 阅读全文
posted @ 2017-10-27 08:57 iframe 阅读(4591) 评论(0) 推荐(1) 编辑