Share via

Insert Current Date

Anonymous
2015-10-28T05:55:54+00:00

Hello,

I recently acquired Office 2016 but im having a hard time with an old hotkey i used to have.

I cannot insert the current date ( 10/27/2015 ) into my cells . Every time i use control + shift + semicolon it only pastes the actual hour.  command + shift + semilcolon does the same thing.

Is this a general thing or just my macbook pro?

thank you

Microsoft 365 and Office | Excel | For home | MacOS

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

24 answers

Sort by: Most helpful
  1. Anonymous
    2016-07-13T16:09:25+00:00

    Same here. Does not work on my swedish keyboard. Used to work with excel 2011.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-04-18T16:06:47+00:00

    Same for me. I usually use an Italian keyboard setup, and it does not work. Switching to the US keyboard setup arranges everything. Looks like something needs to be fixed. Everything was working fine with Excel 2011 (and the old shortcuts).

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2016-04-16T12:34:23+00:00

    As a workaround I have created the following macro and assigned to a user defined shortcut (alt-cmd-l in my case):

    Sub InsertTodaysDate()

    ' Keyboard Shortcut: Option+Cmd+l

    '

        ActiveCell.FormulaR1C1 = Date

    End Sub

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-03-18T09:55:58+00:00

    Same for me all previous versions of Excel is working, 2016 is not working. I had the same OS (El Capitan) when it was working in 2011 as I have now with 2016. I have made zero changes except installing Office so this is a Microsoft Bug (or feature depending on how you see it.) :D

    Was this answer helpful?

    0 comments No comments