CrunchMasterMatt
Board Regular
- Joined
- Jul 20, 2012
- Messages
- 123
I've upgraded to "Excel 2019 Home and Student" and can't find a way to change the default right click menu option to "Insert Cells: DOWN" versus the current default selection of inserting cells to the right? So in other words, every time I want to insert cells, I have to change the direction to DOWN from ToRight.
I can't seem to find an Event handler to address this and it doesn't appear to be in the default user settings?
It's been 8 years since I've coded inside excel (using excel 2013) so I am a bit rusty. That said, I've not coded any customized "right click menu items" other than to outright cancel the right click event itself but it seems maybe the solution would be to add a special "Insert Cells Down" right click event and add it to my right click menu? I'd like to put the final solution into all future workbooks I open by default, which as I recall you can save a workbook template to accomplish this. That will be my last step so I may have more Q's as I tackle this solution.
Thank you in advance for the help!
I can't seem to find an Event handler to address this and it doesn't appear to be in the default user settings?
It's been 8 years since I've coded inside excel (using excel 2013) so I am a bit rusty. That said, I've not coded any customized "right click menu items" other than to outright cancel the right click event itself but it seems maybe the solution would be to add a special "Insert Cells Down" right click event and add it to my right click menu? I'd like to put the final solution into all future workbooks I open by default, which as I recall you can save a workbook template to accomplish this. That will be my last step so I may have more Q's as I tackle this solution.
Thank you in advance for the help!