View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Operning Intranet page

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 ***