Implement Hyperlink in Excel Worksheet using c#

S

shantanu

Dear All

I am trying to implement hyperlink using the below code

object omissing = System.Reflection.Missing.Value;
range.Hyperlinks.Add("A1","http://
www.yahoo.com",omissing,omissing,omissing);


But its generating error
"The server threw an exception."

Please Help

Regards
Shantanu
 
Top