Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all, i am using the following code to open an Intranet Page and
was wondering if it is possible to put in the "User Name" and "Password" from excel as well ? ActiveWorkbook.FollowHyperlink Address:= _ "https://b2b-portal.muc/b2b.fcc?TYPE=33554433&REALMOID=06" Best regards, Les Stout *** Sent via Developersdex http://www.developersdex.com *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not sure if it will work, but have you tried:
?TYPE=33554433&REALMOID=06" IIRC, there have been updates to IE that prevent login via the URL. Not sure if that is a concern here. NickHK "Les Stout" wrote in message ... Hello all, i am using the following code to open an Intranet Page and was wondering if it is possible to put in the "User Name" and "Password" from excel as well ? ActiveWorkbook.FollowHyperlink Address:= _ "https://b2b-portal.muc/b2b.fcc?TYPE=33554433&REALMOID=06" Best regards, Les Stout *** Sent via Developersdex http://www.developersdex.com *** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlinkingto an Intranet | Excel Programming | |||
Retrieve data from company intranet page | Excel Programming | |||
Javascripting over an Intranet | Excel Programming | |||
VBA project in Intranet | Excel Programming | |||
Using add-in through intranet | Excel Programming |