Romulo Avila
10-31-2016, 03:18 AM
Good Morning,
I have a spreadsheet with various names, and when I use the code by clicking on a particular cell the value of this cell and loaded into cell D10, I need you to go selecting other names you go by pressing the sequence D11, D12, D13 ....
Thank you
Private Sub Worksheet_SelectionChange (ByVal Target As Range)
Range ( "D10") = Target.Value
end Sub
I have a spreadsheet with various names, and when I use the code by clicking on a particular cell the value of this cell and loaded into cell D10, I need you to go selecting other names you go by pressing the sequence D11, D12, D13 ....
Thank you
Private Sub Worksheet_SelectionChange (ByVal Target As Range)
Range ( "D10") = Target.Value
end Sub