S
strung
If Excel Macro Codes for Arrow Keys on KeyBoard is:
Selection.Offset(0, 1).Select '*Right*
Selection.Offset(0, -1).Select '*Left*
Selection.Offset(-1, 0).Select '*Up*
Selection.Offset(1, 0).Select '*Down*
Selection.Offset(0, 2).Select '*Right*
is 2 Cells Right respectively.
------------------------------------
What is the code for Shift and Arrow Key ?
I need to Select more than 1 Cell and then Copy that group of Cells.
Thanks in Advance.
Selection.Offset(0, 1).Select '*Right*
Selection.Offset(0, -1).Select '*Left*
Selection.Offset(-1, 0).Select '*Up*
Selection.Offset(1, 0).Select '*Down*
Selection.Offset(0, 2).Select '*Right*
is 2 Cells Right respectively.
------------------------------------
What is the code for Shift and Arrow Key ?
I need to Select more than 1 Cell and then Copy that group of Cells.
Thanks in Advance.