$$Excel-Macros$$ Re: How to insert text into textbox and click button in the internet through vba code.

2009-04-16 Thread santosh bahuguna
Thanks a lot bala i like the way you this i wanted a solution for you , in vba if we got alertbox in webpage everything got stop i wanted to get the text on the alertbox and skip that as well please provide me help on this thanks regards Santosh Bahuguna On 4/15/09, bala bal...@gmail.com

$$Excel-Macros$$ Re: How to insert text into textbox and click button in the internet through vba code.

2009-04-15 Thread bala
hi, see this link : http://www.dailydoseofexcel.com/archives/2004/09/22/automating-internet-explorer/ with regards Bala On Apr 15, 11:16 am, kris krishna.agnihot...@gmail.com wrote: Hi All, I have a requirement to work with internet and to enter some text, need to select option buttons,

$$Excel-Macros$$ Re: How to insert text into textbox and click button in the internet through vba code.

2009-04-15 Thread bala
Hi, use this code Tools -- Referance Add Microsoft Internet Controls Microsoft HTML Object Library Dim brs As InternetExplorer Sub IE() Set brs = New InternetExplorer With brs .Visible = True .Navigate http://Google.com; End With Do While brs.Busy Or brs.ReadyState

$$Excel-Macros$$ Re: How to insert text into textbox and click button in the internet through vba code.

2009-04-15 Thread santosh bahuguna
please check the attached example and let me know is that you needed thanks Regards Santosh Bahuguna On Wed, Apr 15, 2009 at 11:46 AM, kris krishna.agnihot...@gmail.com wrote: Hi All, I have a requirement to work with internet and to enter some text, need to select option buttons, need