用VB修改EXCEL中单元格的值
代码如下······Dimx3AsExcel.Worksheet······x3.Cells(i,j)=10*i+j系统提示错误:Expressionisavaluean...
代码如下
······
Dim x3 As Excel.Worksheet
······
x3.Cells(i, j) = 10 * i + j
系统提示错误:
Expression is a value and therefore cannot be the target of an assignment
在网上找到的资料都是这么写的,为啥我的就不行呢 展开
······
Dim x3 As Excel.Worksheet
······
x3.Cells(i, j) = 10 * i + j
系统提示错误:
Expression is a value and therefore cannot be the target of an assignment
在网上找到的资料都是这么写的,为啥我的就不行呢 展开
3个回答
2014-03-16 · 知道合伙人软件行家
关注
展开全部
改成:
x3.Cells(i, j).value = 10 * i + j
x3.Cells(i, j).value = 10 * i + j
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
试试这样写:x3.cells(i,j).value=10*i+j
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
有没有set x3 = thisworkbook.worksheets(1)给x3赋值?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询