D Dale Jun 24, 2009 #1 I have a simple macro that I want to use the "Alt+N", "Alt+S" commands. How do I write this in the macro?
I have a simple macro that I want to use the "Alt+N", "Alt+S" commands. How do I write this in the macro?
G Gord Dibben Jun 25, 2009 #2 Alt + N and Alt + S do nothing in Excel AFAIK Maybe you mean CTRL + N for new workbook and CTRL + S for Save As? Workbooks.Add Application.Dialogs(xlDialogSaveAs).Show Gord Dibben MS Excel MVP
Alt + N and Alt + S do nothing in Excel AFAIK Maybe you mean CTRL + N for new workbook and CTRL + S for Save As? Workbooks.Add Application.Dialogs(xlDialogSaveAs).Show Gord Dibben MS Excel MVP