急!excel VBA中出现运行时错误"1004“:应用程序定义或对象定义错误,该怎么办啊? 10
急!excelVBA中出现运行时错误"1004“:应用程序定义或对象定义错误,该怎么办啊?FunctionaddCommentXQStart(sheetIndex,row...
急!excel VBA中出现运行时错误"1004“:应用程序定义或对象定义错误,该怎么办啊?Function addCommentXQStart(sheetIndex, rowIndex, columnIndex, errorInfo)
'Worksheets(sheetIndex).Unprotect Password:="1qaz"
Worksheets(sheetIndex).Cells(rowIndex, columnIndex).AddComment (errorInfo)
Worksheets(sheetIndex).Cells(rowIndex, columnIndex).Interior.Color = 65535 '添加黄色背景
Worksheets(sheetIndex).Cells(rowIndex, columnIndex).Comment.Visible = False
End Function
应该怎么改? 展开
'Worksheets(sheetIndex).Unprotect Password:="1qaz"
Worksheets(sheetIndex).Cells(rowIndex, columnIndex).AddComment (errorInfo)
Worksheets(sheetIndex).Cells(rowIndex, columnIndex).Interior.Color = 65535 '添加黄色背景
Worksheets(sheetIndex).Cells(rowIndex, columnIndex).Comment.Visible = False
End Function
应该怎么改? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询