I would like to put:
HLRange.Formula = "=Hyperlink('file:\\Server1\test.pdf')"
in code but I get a run time error-1004 message, can someone help with the
formatting on this.
Dave Peterson - 28 Feb 2006 23:14 GMT
HLRange.Formula = "=Hyperlink(""file:\\Server1\test.pdf"")"
You have to double up your double quotes inside that string.
> I would like to put:
>
> HLRange.Formula = "=Hyperlink('file:\\Server1\test.pdf')"
>
> in code but I get a run time error-1004 message, can someone help with the
> formatting on this.

Signature
Dave Peterson