P
Piotr Bieniek
Hello,
I would like to write a macro, which checks validity of all hyperlinks in a
document whenever this document is changed (saved). My macro works great
when links point to local files or network drives, but I don't know how to
check if there is a document at specified URL (http:// in my case). I check
whether files exist using FileSystemObject and it seems that it just does
not understand "http://" prefix. It always reports that file does not exist.
Can you help me? Do you find any solution of my problem? Any suggestions? I
thought I could use WinInet library, but AFAIK it is not possible in a
macro. Any other ideas?
Thanks in advance
Piotr Bieniek
I would like to write a macro, which checks validity of all hyperlinks in a
document whenever this document is changed (saved). My macro works great
when links point to local files or network drives, but I don't know how to
check if there is a document at specified URL (http:// in my case). I check
whether files exist using FileSystemObject and it seems that it just does
not understand "http://" prefix. It always reports that file does not exist.
Can you help me? Do you find any solution of my problem? Any suggestions? I
thought I could use WinInet library, but AFAIK it is not possible in a
macro. Any other ideas?
Thanks in advance
Piotr Bieniek