Thread: runtime error
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
geebee geebee is offline
external usenet poster
 
Posts: 190
Default runtime error

hi,

i am trying to open up an https://.. page usnig vba. but it looks like the
web page requires a certificate. i am able to open up the page, but it looks
like it requires a certificate. however, the host name in the rcertificate
does not match. i am getting the following error message:

"run-time error '02147012858 (80072f06)': the host name in the certificate
is invalid or does not match."

is there any way to fix this?

thanks in advance,
geebee