Search:

Type: Posts; User: bhavinvt; Keyword(s):

Search: Search took 0.00 seconds.

  1. Re: I have 2 browsers open having the same title and I want to close the second brows

    Try this:

    Set IE = CreateObject("InternetExplorer.Application")
    IE.Visible = true
    IE.Navigate strAppUrl
    While IE.Busy
    Wend

    It worked for me
  2. Re: systemutil.run "IEplore.exe","URL" is opening 2 browsers

    Try this:

    Set IE = CreateObject("InternetExplorer.Application")
    IE.Visible = true
    IE.Navigate strAppUrl
    While IE.Busy
    Wend

    It worked for me
Results 1 to 2 of 2
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact