E EMD Apr 22, 2009 #1 Is there a way to pull up the menu to copy,delete,rename,move,etc. a sheet besides right-clicking on it with a mouse?
Is there a way to pull up the menu to copy,delete,rename,move,etc. a sheet besides right-clicking on it with a mouse?
R Ron de Bruin Apr 22, 2009 #2 Hi EMD I think you want to call the Ply menu ? Try this line in a macro and assign a shortcut to it. Application.CommandBars("Ply").ShowPopup
Hi EMD I think you want to call the Ply menu ? Try this line in a macro and assign a shortcut to it. Application.CommandBars("Ply").ShowPopup