Dear Sumit only 4 column(A,B,C,D) in atteched excel how to hide column E,F,H.....
thank & regard Vishal On Fri, Oct 8, 2010 at 5:08 PM, SUMIT VYAS <svyas0...@gmail.com> wrote: > Dear Vishal > > This trick is VBA inst log file. > > > Private Sub Worksheet_Change(ByVal Target As Range) > If Target.Cells.Count = 1 Then > If Target.Value <> "" Then > If Target.Column = 3 And Target.Row > 1 Then > Target(1, -1) = Format(Now, "dd-mmm-yyyy hh:mm:ss") > Target(1, 0) = Application.UserName > End If > End If > End If > End Sub > > But One Bug :-modify data any time change your log > > sugg :- please enter option on entry then enter protect row > > > Thanks 7 Regards > > Sumit > > > > > On Fri, Oct 8, 2010 at 4:03 PM, Vishal Angre <vishal.k.an...@gmail.com>wrote: > >> >> >> 4 column(A,B,C,D) in atteched excel, please tell me how to do this >> -- >> With Regards, >> *Vishal K. Angre* >> E-mail : visha...@gmail.com >> vishal.k.an...@gmail.com >> >> -- >> >> ---------------------------------------------------------------------------------- >> 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/pages/discussexcelcom/160307843985936?v=wall&ref=ts >> > > -- > > ---------------------------------------------------------------------------------- > 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/pages/discussexcelcom/160307843985936?v=wall&ref=ts > -- Thanking You Vishal K. Angre -- ---------------------------------------------------------------------------------- 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/pages/discussexcelcom/160307843985936?v=wall&ref=ts