My code looks like this
ActiveCell.FormulaR1C1 = "CHARGES 03/23/15"
I would like to run my vba code daily for a daily report, so I need the macro to input something like "TODAY()" e.g. today's date.
How can I combine "CHARGES" with the date on the same cell? ty
ActiveCell.FormulaR1C1 = "CHARGES 03/23/15"
I would like to run my vba code daily for a daily report, so I need the macro to input something like "TODAY()" e.g. today's date.
How can I combine "CHARGES" with the date on the same cell? ty