Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward

2012-06-29 Thread Muralidhar E
gt; > ** ** > > *From:* excel-macros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *Muralidhar E > *Sent:* 30 June 2012 10:48 > > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward > &g

RE: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward

2012-06-29 Thread Rajan_Verma
: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Muralidhar E Sent: 30 June 2012 10:48 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward Hi, Can u guide the procedure how to run this code in my file.

Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward

2012-06-29 Thread Muralidhar E
d", "Test" >> >> End If >> >> End If >> >> End Sub >> >> ** ** >> >> Sub Test()**** >> >> MsgBox "Disabled" >> >> End Sub >> >> * * >> &g

Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward

2012-06-29 Thread Muralidhar E
End If > > End Sub > > ** ** > > Sub Test() > > MsgBox "Disabled" > > End Sub > > * * > > *Regards* > > *Rajan verma* > > *+91 7838100659 [IM-Gtalk]* > > ** ** > > *From:* excel-macros@googlegroups.com

RE: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward

2012-06-29 Thread Rajan_Verma
t;Disabled" End Sub Regards Rajan verma +91 7838100659 [IM-Gtalk] From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Muralidhar E Sent: 29 June 2012 10:08 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with

Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward

2012-06-28 Thread Muralidhar E
gt; >> * * >> >> *Regards* >> >> *Rajan verma* >> >> *+91 7838100659 [IM-Gtalk]* >> >> ** ** >> >> *From:* excel-macros@googlegroups.com [mailto: >> excel-macros@googlegroups.com] *On Behalf Of *Muralidhar E >> *Sent:* 27 June

Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward

2012-06-28 Thread Muralidhar E
cel-macros@googlegroups.com > *Cc:* ahmedhon...@gmail.com > > *Subject:* Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward > > ** ** > > > Hi, > > > > But it will not come to the notice at the same time, it was accidently > going on, ia

RE: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward

2012-06-27 Thread Rajan_Verma
Muralidhar E Sent: 27 June 2012 3:18 To: excel-macros@googlegroups.com Cc: ahmedhon...@gmail.com Subject: Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward Hi, But it will not come to the notice at the same time, it was accidently going on, iam not observing it later it was effectin

Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward

2012-06-27 Thread Paul Schreiner
ys you can, In all the places you can, At all the times you can, To all the people you can, As long as ever you can.” - John Wesley - From: Muralidhar E To: excel-macros@googlegroups.com Sent: Wed, June 27, 2012 7:02:54 AM S

Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward

2012-06-27 Thread NOORAIN ANSARI
Dear Murali, See attached sheet for reference. On Wed, Jun 27, 2012 at 3:56 PM, NOORAIN ANSARI wrote: > Dear Murali, > > Please try it.. > > Private Sub Workbook_Open() > Application.OnKey "^d", "" > End Sub > > Private Sub Workbook_BeforeClose(Cancel As Boolean) > Application.OnKey "^d" > End S

Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward

2012-06-27 Thread NOORAIN ANSARI
Dear Murali, Please try it.. Private Sub Workbook_Open() Application.OnKey "^d", "" End Sub Private Sub Workbook_BeforeClose(Cancel As Boolean) Application.OnKey "^d" End Sub -- Thanks & regards, Noorain Ansari www.noorainansari.com www.excelmacroworld.blogspot.com On Wed, Jun 27, 2012 at 3:0

Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward

2012-06-27 Thread Muralidhar E
Hi, But it will not come to the notice at the same time, it was accidently going on, iam not observing it later it was effecting to the data. On Wed, Jun 27, 2012 at 3:09 PM, Ahmed Honest wrote: > Dear, > > I think using Ctrl + Z will allow you to take back the action you > performed i.e Undo

Re: $$Excel-Macros$$ Enable & Disable Ctrl+D with passward

2012-06-27 Thread Ahmed Honest
Dear, I think using Ctrl + Z will allow you to take back the action you performed i.e Undo the last action ;-). This should help. If not, check other experts advice. Thanks, On Wed, Jun 27, 2012 at 12:33 PM, Muralidhar E wrote: > > Dear all, > > Iam using Office 2007, when iam need to use Cr