I, myself not being able to understand this.
On Oct 20, 4:24 pm, Sam Mathai Chacko wrote:
> Unable to comment further without proper understanding of what could be this
> strange issue.
>
> Regards,
>
> Sam
>
> On Fri, Oct 21, 2011 at 1:51 AM, Prakash Gusain
> wrote:
>
>
>
>
>
> > Sam,
>
> > thi
Unable to comment further without proper understanding of what could be this
strange issue.
Regards,
Sam
On Fri, Oct 21, 2011 at 1:51 AM, Prakash Gusain wrote:
> Sam,
>
> this is still giving me the same error.
>
> My code worked on one of my friends machine but not on mine. I
> believe there
Sam,
this is still giving me the same error.
My code worked on one of my friends machine but not on mine. I
believe there is some problem with the settings in my VB editor and
that is what I want to figure out.
Prakash
On Oct 20, 4:05 pm, Sam Mathai Chacko wrote:
> Doesn't seem to have a prob
Doesn't seem to have a problem at my side.
Anyway, slightly modified the code, removed unwanted lines
Sub FillInternetForm()
Dim objIE As Object
Set objIE = CreateObject("InternetExplorer.Application")
objIE.Navigate "http://www.cvent.com/RFP/NewSupplierRequest.aspx?vtt=1";
objI
Sub FillInternetForm()
Dim objIE As Object
Set objIE = CreateObject("InternetExplorer.Application")
objIE.Navigate "http://www.cvent.com/RFP/NewSupplierRequest.aspx?
vtt=1"
objIE.Visible = True
Do While objIE.busy
While objIE.busy
DoEvents
Wend
Loop
objIE.