T
tmb
I tried this...
Sub Button8_Click()
Sheets("Sheet1").Select
Range("C10").Select
ActiveCell.FormulaR1C1 = Now()
ActiveCell.AutoFormat = yyyymmdd ' WRONG
End Subf
But the last line is not correct. I don't know how to code it.
Can anybody help me out?
thanks
Sub Button8_Click()
Sheets("Sheet1").Select
Range("C10").Select
ActiveCell.FormulaR1C1 = Now()
ActiveCell.AutoFormat = yyyymmdd ' WRONG
End Subf
But the last line is not correct. I don't know how to code it.
Can anybody help me out?
thanks