Entering values in popups using VBA Macro

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • balu435
    New Member
    • Jan 2007
    • 13

    Entering values in popups using VBA Macro

    Hi Guys,

    I am writing a web macro using VBA. I was entering values in the pages like this..
    Set IeBro = New InternetExplore r
    IeBro.Navigate( "www..")
    ..
    ..
    Set IeDoc1 = IeBro.Document
    IeDoc1.property .value = ...

    etc..
    but in one of the pages on the click of a link a popup comes up where I am stuck. I dont know how to enter values in the text box in this popup. Can anyone who knows the way - out help me?

    Kindly let me know if you need any more details..

    Thanks in advance,

    Balu435.
Working...