View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ArmsteR ArmsteR is offline
Junior Member
 
Posts: 13
Default HELP!!! using full hyperlink filepath within VBA/API

Hello all,

I'm having a slight problem, I have developed with the help of many a
googlesearch and message board a script that extras the hyperlinks and
prints the linked documents to various printer dependant on rules. My
Problem is this.... ../../sillypath/document.dwf

How can I make it so that the ../ paths are replaced by the correct
full path of the linked document given that some documents are local
some are on the network and some could even be on the internet.

help.... :P

URL = hlnk.address is the command that gets me the hyperlink


Many Many thanks for any help!

Dave