由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 在Excel VBA里面定义global variable。
相关主题
Please Help me with this Excel VBA problem //bow问一个EXCEL VBA programming的问题。
Help: How to pass a cell matrix as a variable in the arguments of a VBA functionVBA Excel入门教程
Excel VBA protection.Using EXCEL VBA to download information from website
Interfacing Microsoft Excel VBA with FORTRAN (转载)anyone recommend a book for "Excel VBA programming"?
正在学excel 中的VBA,我的"编辑"下面怎么没有"定位"?VBA问题-怎么从OUTLOOK里面读回信人的名字
Excel VBA copy recordset 的瓶颈question on Excel VBA
question about excel and accessVBA新手请教简单EXCEL任务
save a VBA macro in excel using vbscript (转载)VB.NET转成VBA
相关话题的讨论汇总
话题: myvar话题: excel话题: vba话题: 定义话题: 里面
进入Programming版参与讨论
1 (共1页)
q**j
发帖数: 10612
1
比如我在module 1开始的地方:
public myvar as string
然后再 sub auto_open()里面:
myvar = "sql_conection_string"
程序运行正常的时候一切都没有问题。但是一旦出错,myvar里面的字符串就消失了。这
样搞得在develop的时候非常不方便。但是我也实在不愿意每次用myvar之前都定义一遍
。请问这是怎么回事?有解药吗?
多谢
1 (共1页)
进入Programming版参与讨论
相关主题
VB.NET转成VBA正在学excel 中的VBA,我的"编辑"下面怎么没有"定位"?
*********VBA Macro 打开 Excel 问题.***********Excel VBA copy recordset 的瓶颈
诚心求助!(VBA for Excel)question about excel and access
Excel VBA中mode 函数求助save a VBA macro in excel using vbscript (转载)
Please Help me with this Excel VBA problem //bow问一个EXCEL VBA programming的问题。
Help: How to pass a cell matrix as a variable in the arguments of a VBA functionVBA Excel入门教程
Excel VBA protection.Using EXCEL VBA to download information from website
Interfacing Microsoft Excel VBA with FORTRAN (转载)anyone recommend a book for "Excel VBA programming"?
相关话题的讨论汇总
话题: myvar话题: excel话题: vba话题: 定义话题: 里面