G
Guest
If I have this code in the Macro
selectionAdd = ActiveWindow.RangeSelection.Addres
Say "selectionAdd" returns cell address "B17", if I want to copy something to "B22", how do I set the variable "selectionAdd" ?? My guess is "selectionAdd +5", but it doesn't work. If "selectionAdd" returns address "C17", copy to "C22"....etc..
If anybody know how to do this, please help me
Thank you
emm
selectionAdd = ActiveWindow.RangeSelection.Addres
Say "selectionAdd" returns cell address "B17", if I want to copy something to "B22", how do I set the variable "selectionAdd" ?? My guess is "selectionAdd +5", but it doesn't work. If "selectionAdd" returns address "C17", copy to "C22"....etc..
If anybody know how to do this, please help me
Thank you
emm