Consulting

Results 1 to 6 of 6

Thread: Solved: web forms/log ins + VBA?

  1. #1

    Solved: web forms/log ins + VBA?

    Is there a way to send info to web forms from VBA?
    for instance if i use FollowHyperlink to open up a window in browser which brings me to log in screen, is it possible to send my info with the help of VBA?
    PS: i don't want to use SendKeys command.

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Have a look at this KB entry
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

  3. #3
    sweet! Thanks!

  4. #4
    Ok, now this is weird, i'm using Office 2003, but i can't find:
    Set a reference to Microsoft Internet Controls (shdocvw.dll).
    anywhere. Please help.

  5. #5
    VBAX Expert
    Joined
    Aug 2004
    Posts
    810
    Location
    goto Tools - References
    click the Browse button
    Navigate to your WINDOWS\SYSTEM32 directory (if not currently)
    just type in SHDOCVW.DLL

  6. #6
    Thanks, it worked!

Posting Permissions

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