In any text editor: Command+right arrow will put your cursor to the Right of the line Command+left arrow will move your cursor to the Left of the line. Is there an equivalent keybord shortcut for this in Excel for Mac? Excel for Developers https. Text/html 4/16/2011 5:03:05 PM. Adding mac addresses. Can it be done where text value is broken up by two's and a colon. Increase memory herbs.
I'm new here so appreciate all the help you can give me and apologies if my question doesn't conform to an adequate standard. I have been experiencing some unusual behavior while using MS Excel for Mac 2011 Version 14.3.2 (130206). These basic routines should work when inserted into a Module in a blank new workbook: Sub mysub() Debug.Print Date End Sub As should this one: Sub mysub2() MsgBox Now End Sub But they don't. I receive the following Run-time error message: Run-time error '- (80000008)': Automation error There is an instance of the same error here: which has the same error code but its within MS PowerPoint and not excel. So I'm hoping that I am missing something simple and it isn't a bug with the Excel for Mac 2011. Then I thought about trying to get around the problem by putting the worksheet function =Now() into a cell (say A1) and then trying: Sub mysub3() MsgBox Range('A1') End Sub But again, same run-time error message.
Any thoughts?