View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
shantanu shantanu is offline
external usenet poster
 
Posts: 30
Default Implement Hyperlink in Excel Worksheet using c#

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