S sdsurzh Member Oct 4, 2012 #1 Hi, 1. Is there any shortcut to copy the cell value from right to left (Like what we have from left to right Cntr+R) 2. Is there any shortcut to copy the cell value from bottom to up (Like what we have from up to down Cntr+D) Thanks, Suresh Kumar S
Hi, 1. Is there any shortcut to copy the cell value from right to left (Like what we have from left to right Cntr+R) 2. Is there any shortcut to copy the cell value from bottom to up (Like what we have from up to down Cntr+D) Thanks, Suresh Kumar S
Luke M Excel Ninja Staff member Oct 4, 2012 #2 I know there's a way in VB... [pre] Code: Selection.FillLeft Selection.FillUp [/pre] If there's not a native shortcut, I suppose you could write some short macros with these codes and assign them to a keyboard shortcut. =/
I know there's a way in VB... [pre] Code: Selection.FillLeft Selection.FillUp [/pre] If there's not a native shortcut, I suppose you could write some short macros with these codes and assign them to a keyboard shortcut. =/