PDA

View Full Version : Solved: web forms/log ins + VBA?



next
03-28-2008, 01:59 PM
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.

mdmackillop
03-28-2008, 03:44 PM
Have a look at this KB entry (http://www.vbaexpress.com/kb/getarticle.php?kb_id=973)

next
03-28-2008, 04:07 PM
sweet! Thanks!

next
04-01-2008, 07:35 AM
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.

JKwan
04-01-2008, 11:14 AM
goto Tools - References
click the Browse button
Navigate to your WINDOWS\SYSTEM32 directory (if not currently)
just type in SHDOCVW.DLL

next
04-02-2008, 07:07 AM
Thanks, it worked!