插入公式问题

时间:2019-12-26 20:44:38

标签: excel vba excel-formula

我无法让公式适用于我的工作表。我尝试在“&”之间添加额外的引号和空格。 D行是一个日期值,我想组合“ = D2”和“ C2”值。任何援助将不胜感激。

Sub insertValue()
  Range("A1").Value = "id"    'integer
  Range("B1").Value = "money"    'integer
  Range("C1").Value = "Note"    'string
  Range("E2").Formula = =c2 &"" "" & TEXT(d2,"mm/dd/yyyy")    'error on this line
End Sub

0 个答案:

没有答案