Question : hyperlink in Excel

Hi Expert,

I'm using the following script for outlook email delivery, for some reason the hyperlink was not active (can't click). Please advice how to make this link active. I've attached as well the report for your perusal.

Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
Sheets(fName).Copy
ActiveSheet.Unprotect (pWord)
With Range("A1", Range("A1").End(xlUp))
  .Copy
  .PasteSpecial Paste:=xlPasteFormats
  .PasteSpecial Paste:=xlPasteValues
End With
Sheets("Weekly Summary Report").Range("A30").Formula = "=hyperlink(""\\Poaabc04\regional programming\RBS Prime Data\RBS Productivity & KPI Measurement"",""For more details: Click here"")"
Range("A1").Select

Answer : hyperlink in Excel

Whoops! That was for debugging...delete that line.

Kevin
Random Solutions  
 
programming4us programming4us