RE: $$Excel-Macros$$ What is Application.OnKey, Application.OnTime

2012-06-15 Thread Rajan_Verma
Nice Article J Regards Rajan verma +91 7838100659 [IM-Gtalk] From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Anil Gawli Sent: 15 June 2012 5:38 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ What is Application.OnKey, Application

Re: $$Excel-Macros$$ What is Application.OnKey, Application.OnTime

2012-06-15 Thread Excel Vba
I m using, this code. But, when I press F2, cursor enter into cell. On Fri, Jun 15, 2012 at 5:37 PM, Anil Gawli wrote: > It is just on pressing the button on Keyboard the condition runs > > eg.. > Application.onkey"{F2}","Hi You Press

Re: $$Excel-Macros$$ What is Application.OnKey, Application.OnTime

2012-06-15 Thread Anil Gawli
It is just on pressing the button on Keyboard the condition runs eg.. Application.onkey"{F2}","Hi You Pressed F2 function button" it shows the message Regards, Gawli Anil On Fri, Jun 15, 2012 at 5:28 PM, Hemant wrote: > Hi Group, > > Pls explain, > > What is Application.OnKey, Application.OnTim