Hello -
In order to insert the current date into a cell you could use:
Code:
ActiveCell.Value = Date
For your specific scenario you will first need to make reference to the cell where you want to place the current date. For example, if the date field is called "cDate" then your code would look like this.