Good day all,
Trying to use this code to insert a formula in a cell in VBA and am running into issues:
Cells(35, 1).Formula = "Expenditures YTD Since " & TEXT(I35, "mmmm yyyy")
I believe the TEXT formula function and the Text command in VBA are conflicting. Suggestions/solutions?
Thanks for your review and consideration.
jski
Trying to use this code to insert a formula in a cell in VBA and am running into issues:
Cells(35, 1).Formula = "Expenditures YTD Since " & TEXT(I35, "mmmm yyyy")
I believe the TEXT formula function and the Text command in VBA are conflicting. Suggestions/solutions?
Thanks for your review and consideration.
jski