• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Shortcut to copy cell values

sdsurzh

Member
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
 
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. =/
 
Back
Top