Re: $$Excel-Macros$$ about set focus event

2012-01-30 Thread Shankar Bheema
t; >> *From:* excel-macros@googlegroups.com [mailto: >> excel-macros@googlegroups.com] *On Behalf Of *NOORAIN ANSARI >> *Sent:* Sunday, January 29, 2012 9:41 AM >> *To:* excel-macros@googlegroups.com >> >> *Subject:* Re: $$Excel-Macros$$ about set focus ev

Re: $$Excel-Macros$$ about set focus event

2012-01-30 Thread NOORAIN ANSARI
*Sent:* Sunday, January 29, 2012 9:41 AM > *To:* excel-macros@googlegroups.com > > *Subject:* Re: $$Excel-Macros$$ about set focus event > > ** ** > > Dear Shankar, > > > > Please see attached sheet.. > > > > Private Sub TextBox1_Ch

RE: $$Excel-Macros$$ about set focus event

2012-01-30 Thread Rajan_Verma
-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ about set focus event Dear Shankar, Please see attached sheet.. Private Sub TextBox1_Change() If Len(TextBox1) = 2 Then TextBox2.SetFocus End If End Sub Private Sub TextBox2_Change() If Len(TextBox2) = 2 Then

RE: $$Excel-Macros$$ about set focus event

2012-01-29 Thread Asa Rossoff
Thanks for posting a useful, practical application, Noorain. Asa From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of NOORAIN ANSARI Sent: Sunday, January 29, 2012 9:41 AM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ about set focus event

Re: $$Excel-Macros$$ about set focus event

2012-01-28 Thread Sam Mathai Chacko
Behalf Of *Asa Rossoff >> *Sent:* Friday, January 27, 2012 11:47 PM >> *To:* excel-macros@googlegroups.com >> *Subject:* RE: $$Excel-Macros$$ about set focus event >> >> ** ** >> >> Hello Shankar, >> >> If you mean a SetFocus metho

Re: $$Excel-Macros$$ about set focus event

2012-01-28 Thread Shankar Bheema
> excel-macros@googlegroups.com] *On Behalf Of *Asa Rossoff > *Sent:* Friday, January 27, 2012 11:47 PM > *To:* excel-macros@googlegroups.com > *Subject:* RE: $$Excel-Macros$$ about set focus event > > ** ** > > Hello Shankar, > > If you mean a SetFocus met

RE: $$Excel-Macros$$ about set focus event

2012-01-28 Thread Asa Rossoff
e not fired.) Asa From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Asa Rossoff Sent: Friday, January 27, 2012 11:47 PM To: excel-macros@googlegroups.com Subject: RE: $$Excel-Macros$$ about set focus event Hello Shankar, If you mean a SetFocus m

RE: $$Excel-Macros$$ about set focus event

2012-01-27 Thread Asa Rossoff
Hello Shankar, If you mean a SetFocus method, form and ActiveX controls have that in Excel. If you mean a GotFocus event, ActiveX controls have that and you can use them in Excel. Asa From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Shankar Bheema Se