Insert something like this into your button code:

[VBA]sub addtime
Range("A1").Select 'where A1 is your "specific cell"
Selection=NOW()
End sub[/VBA]