Consulting

Results 1 to 2 of 2

Thread: Solved: Excel VBA Automation Internet Explorer

  1. #1

    Unhappy Solved: Excel VBA Automation Internet Explorer

    Hi.
    i am breaking my head to pass the values from excel to internet explorer(Frames)
    Could anyone help me in finding the solution
    I need to pass values from excel sheet to a (intranet)webpage that contains frames.
    Plz made any correction on this code.
    ie.document.frames("SessionRefresh").contentwindow.all("TxtStore").Value = "1838"
    the frame name is session refresh
    and the textbox name is Txtstore.

  2. #2

    Got the answer

    document.frames(0).document.formname

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •