I came accross a reference to a menu called "'Nondefault Drag and Drop". How can I make it popup?
J Jonathan Cooper Feb 2, 2006 #1 I came accross a reference to a menu called "'Nondefault Drag and Drop". How can I make it popup?
G Gord Dibben Feb 2, 2006 #2 Jonathan Not familiar with the term but perhaps right-click on the fill handle of a cell, drag down a ways then release button. You will get a menu with some fill options. Gord Dibben MS Excel MVP
Jonathan Not familiar with the term but perhaps right-click on the fill handle of a cell, drag down a ways then release button. You will get a menu with some fill options. Gord Dibben MS Excel MVP
J Jim Rech Feb 2, 2006 #3 It's the popup you get when you right mouse drag and drop a range. You can see it programmatically with this: CommandBars(39).ShowPopup
It's the popup you get when you right mouse drag and drop a range. You can see it programmatically with this: CommandBars(39).ShowPopup