由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - basic question
相关主题
问一个菜鸟问题关于WORD表格里的文字自动拷贝到另一个WORD文件表格里大家在linux下面用什么C++的IDE呢?
VBA新手请教简单EXCEL任务菜鸟一问: VBA 画方块图方便吗
VBA 大小牛帮看看Excel VBA protection.
请问下deep learning中hidden layers的含义Interfacing Microsoft Excel VBA with FORTRAN (转载)
Re: [转载] Please Help on word 2000 with VBA !菜鸟求 VB/VBA SQL入门书籍推荐
Please Help me with this Excel VBA problem //bow正在学excel 中的VBA,我的"编辑"下面怎么没有"定位"?
VBA questionHelp: How to pass a cell matrix as a variable in the arguments of a VBA function
VBA question怎么样写MS Word plugin?
相关话题的讨论汇总
话题: end话题: cells话题: minforce话题: basic话题: question
进入Programming版参与讨论
1 (共1页)
w*****x
发帖数: 3
1
I have a very basic programming question. When I am trying to use VBA in Excel
programming, the IF-ELSE-END IF seems cannot work for me. The error message i
s: "End If without block IF". Can anyone have a look at this code and see what
's the problem? Thanks a million in advance.
Sum = 0
Adhesion = 0

For j = 1 To 8
MinForce = Cells(41, 2 * j) * sensitivity

For i = 41 To 40 + Number_of_Layers
If Cells(i, 2 * j) > MinForce Then
1 (共1页)
进入Programming版参与讨论
相关主题
怎么样写MS Word plugin?Re: [转载] Please Help on word 2000 with VBA !
一个C++ DLL 在VBA中调用的问题Please Help me with this Excel VBA problem //bow
Need help on choosing the languageVBA question
Excel VBA copy recordset 的瓶颈VBA question
问一个菜鸟问题关于WORD表格里的文字自动拷贝到另一个WORD文件表格里大家在linux下面用什么C++的IDE呢?
VBA新手请教简单EXCEL任务菜鸟一问: VBA 画方块图方便吗
VBA 大小牛帮看看Excel VBA protection.
请问下deep learning中hidden layers的含义Interfacing Microsoft Excel VBA with FORTRAN (转载)
相关话题的讨论汇总
话题: end话题: cells话题: minforce话题: basic话题: question