Hi Manish, Place this code in the appropriate VBA sheet window Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Column = 2 Then Cells(Target.Row, 3).ClearContents End Sub
Hope this helps Regards - Dave. > Date: Wed, 12 Jan 2011 02:27:22 -0800 > Subject: $$Excel-Macros$$ Clear Contents based on another cell value > From: pansari.man...@gmail.com > To: excel-macros@googlegroups.com > > Hello friends, > > I need a small help. > > I want the VBA code for following task. > > If someone change the value in B2 column, macro will clear the value > of C2 column. > If someone change the value in column B3, macro will clear the value > of column C3 and so on... > > Please suggest me the code. > > Thanks in advance. > > Thnxs, > Manish > > -- > ---------------------------------------------------------------------------------- > 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 -- ---------------------------------------------------------------------------------- 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