我的代码出现问题
我在一个名为" Quotation"的工作表中有一个开始日期。在C5 我在C6的同一工作表中有一个结束日期
然后我希望中间的日期显示在另一个工作表中
我使用的代码是:
Sub returnDates()
Dim StartD As Date, EndD As Date
Quotation.StartD = Cells(5, 3)
Quotation.EndD = Cells(6, 3)
For Row = 1 To EndD - StartD
Cells(Row, 4) = StartD + Row - 1
Next Row
End Sub
返回时出现以下错误424对象
非常感谢任何帮助
答案 0 :(得分:0)
这应该有用。
start-slave.sh spark://<your host ip>:7077