VB 操作ole excel 控件 输入数据后如何保存 5
如图,我已经在第二列输入了东西,也已经把ole1与c:\123.xlsx关联起来了,输入完成后怎么保存数据呢?我打开c:\123.xlsx一直是空的。问题2:OLE1.o...
如图,我已经在第二列输入了东西,也已经把ole1 与c:\123.xlsx关联起来了,输入完成后怎么保存数据呢?我打开c:\123.xlsx一直是空的。
问题2:OLE1.object.Sheets("Sheet1").Cells(2, 2).Value = 1234,为什么运行后直接跳过去了,没在ole1当中显示?
3:
If OLE1.object.Sheets("Sheet1").Cells(1, 2).Value = "桩号" Then
MsgBox "123"
Exit Sub
End If
OLE1.object.Sheets("Sheet1").Cells(2, 2).Value = 1234
If OLE1.object.Sheets("Sheet1").Cells(2, 2).Value = "" Then
MsgBox "请输入要查询的桩号"
Exit Sub
End If
这几句都被跳过去了,但是Text20.Text = OLE1.object.Sheets(1).Cells(1, 1)执行了,这是为什么? 展开
问题2:OLE1.object.Sheets("Sheet1").Cells(2, 2).Value = 1234,为什么运行后直接跳过去了,没在ole1当中显示?
3:
If OLE1.object.Sheets("Sheet1").Cells(1, 2).Value = "桩号" Then
MsgBox "123"
Exit Sub
End If
OLE1.object.Sheets("Sheet1").Cells(2, 2).Value = 1234
If OLE1.object.Sheets("Sheet1").Cells(2, 2).Value = "" Then
MsgBox "请输入要查询的桩号"
Exit Sub
End If
这几句都被跳过去了,但是Text20.Text = OLE1.object.Sheets(1).Cells(1, 1)执行了,这是为什么? 展开
展开全部
vb及excel问题解决
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询