excel中用vba报438错误,高手指点下
PrivateSubCommandButton1_Click()DimtihaoAsIntegertihao=Cells(2,14)‘引用一个单元格的数值Cells(4,...
Private Sub CommandButton1_Click()
Dim tihao As Integer
tihao = Cells(2, 14) ‘引用一个单元格的数值
Cells(4, 2) = Sheet2!Cells(tihao, 4) ’在一个单元格中动态引用其他单元格内容
End Sub
应该怎么干? 展开
Dim tihao As Integer
tihao = Cells(2, 14) ‘引用一个单元格的数值
Cells(4, 2) = Sheet2!Cells(tihao, 4) ’在一个单元格中动态引用其他单元格内容
End Sub
应该怎么干? 展开
展开全部
是的,我在运行VBA程序时,也出现过此类情况,但是把窗口关闭,再次重新打开,再试,就没有这个问题了
下记是无错的代码。
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.EntireRow.Interior.ColorIndex Then
Target.EntireRow.Interior.ColorIndex = 10
Else
Target.EntireRow.Interior.ColorIndex = 0
End If
End Sub
下记是无错的代码。
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.EntireRow.Interior.ColorIndex Then
Target.EntireRow.Interior.ColorIndex = 10
Else
Target.EntireRow.Interior.ColorIndex = 0
End If
End Sub
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |