add this to sheet 1 change event

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Column = 1 And Target.Count = 1 Then

Sheets(2).Range("f9").Value = Sheets(1).Range("b" & Target.Row).Value
Sheets(2).Range("k6").Value = Sheets(1).Range("a" & Target.Row).Value
Sheets(2).Range("f10").Value = Sheets(1).Range("c" & Target.Row).Value
End If

End Sub


On Sat, Aug 6, 2011 at 8:20 PM, vickey <vikasda...@gmail.com> wrote:

> Hi,
>
> thank, but the issue yet not been resolved, hence I have attached smaple
> file.
>
> Now thing is that, from sheet1 if I click any of the link from srno. i.e.
> 1,2 or 3 so any of the clicke value should either copy or typed in sheet2
> highlited cell in yellow color, the concept behind this is to
> reduce/minimize the time for typing no mannually.
>
> hope I am clear on this.
>
>
> vickey
>
> --
>
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links :
> http://twitter.com/exceldailytip
> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>
> To post to this group, send email to excel-macros@googlegroups.com
>
> <><><><><><><><><><><><><><><><><><><><><><>
> Like our page on facebook , Just follow below link
> http://www.facebook.com/discussexcel
>



-- 
*Regards*
* *
*Ashish Koul*
*akoul*.*blogspot*.com <http://akoul.blogspot.com/>
http://akoul.posterous.com/
*akoul*.wordpress.com <http://akoul.wordpress.com/>
My Linkedin Profile <http://in.linkedin.com/pub/ashish-koul/10/400/830>


P Before printing, think about the environment.

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

Reply via email to