Okay, I am trying to make it possible to time-stamp with a single command (i.e. Ctrl+t). Basically I want to make a macro that does "Ctrl+;, Space, Ctrl+:" but my Visual Basic knowledge is lacking and 'record' saves the data, not the keystrokes.
I've already figured out that Ctrl+; translates into (ActiveCell.Value = Date) and Ctrl+: to (ActiveCell.Value = Time) - however I don't know how to reword the commands to include both date and time in the same cell. Any help would be appreciated!
Mike
Bookmarks