Click here to Skip to main content
16,018,534 members
Home / Discussions / C#
   

C#

 
GeneralRe: UnInstall Option Pin
Bassam Saoud27-Nov-06 23:55
Bassam Saoud27-Nov-06 23:55 
GeneralRe: UnInstall Option Pin
AB777128-Nov-06 0:38
AB777128-Nov-06 0:38 
GeneralRe: UnInstall Option Pin
Bassam Saoud28-Nov-06 1:58
Bassam Saoud28-Nov-06 1:58 
GeneralRe: UnInstall Option Pin
AB777128-Nov-06 2:09
AB777128-Nov-06 2:09 
GeneralRe: UnInstall Option Pin
AB777128-Nov-06 2:15
AB777128-Nov-06 2:15 
GeneralRe: UnInstall Option Pin
AB777128-Nov-06 2:18
AB777128-Nov-06 2:18 
GeneralRe: UnInstall Option Pin
Bassam Saoud28-Nov-06 3:28
Bassam Saoud28-Nov-06 3:28 
QuestionWorksheetFunction class failed. Pin
GnanaprakashJebaraj27-Nov-06 22:24
GnanaprakashJebaraj27-Nov-06 22:24 
Hi,
I would really appreciate it if someone can help me with this one.
Here is what I have:

I am trying to use the RTD function from excel.
Here is what I have in the code:

object obj = Missing.Value;
object obj1 = Missing.Value;
Application app = new Application();
obj = app.WorksheetFunction.RTD("OrcExcel.RTDServer", "", RTD_YIELD_CURVE, YieldCurveName, Currency, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
obj1 = app.Evaluate(obj);


I get it to compile, but it give me an error when it gets here.
The error is:
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll
RTD method of WorksheetFunction class failed.



Thanks,
Gnanaparakash
AnswerRe: WorksheetFunction class failed. Pin
ednrgc28-Nov-06 3:10
ednrgc28-Nov-06 3:10 
QuestionUsing PictureBox on form - InvalidProgramException Pin
Dewald27-Nov-06 22:16
Dewald27-Nov-06 22:16 
QuestionMerging PrintDocument Objects Pin
kumar.bs27-Nov-06 21:02
kumar.bs27-Nov-06 21:02 
Questiontypes Pin
Vijay Joshi27-Nov-06 21:01
Vijay Joshi27-Nov-06 21:01 
AnswerRe: types Pin
Guffa27-Nov-06 21:39
Guffa27-Nov-06 21:39 
AnswerRe: types Pin
Eduard Keilholz27-Nov-06 21:41
Eduard Keilholz27-Nov-06 21:41 
AnswerRe: types Pin
jdkulkarni27-Nov-06 21:50
jdkulkarni27-Nov-06 21:50 
AnswerRe: types Pin
Christian Graus27-Nov-06 23:50
protectorChristian Graus27-Nov-06 23:50 
AnswerRe: types Pin
CPallini28-Nov-06 0:03
mveCPallini28-Nov-06 0:03 
Questionhow to send escape sequence to printer Pin
metinergoktas27-Nov-06 20:43
metinergoktas27-Nov-06 20:43 
AnswerRe: how to send escape sequence to printer Pin
darkelv27-Nov-06 23:08
darkelv27-Nov-06 23:08 
GeneralRe: how to send escape sequence to printer Pin
metinergoktas28-Nov-06 0:01
metinergoktas28-Nov-06 0:01 
Questionfunction problem Pin
biaali27-Nov-06 20:27
biaali27-Nov-06 20:27 
QuestionHow to apply theme to a c# windows form???? Pin
Niiiissssshhhhhuuuuu27-Nov-06 20:08
Niiiissssshhhhhuuuuu27-Nov-06 20:08 
QuestionHow to apply theme to a c# window form ?? Pin
Niiiissssshhhhhuuuuu27-Nov-06 20:05
Niiiissssshhhhhuuuuu27-Nov-06 20:05 
AnswerRe: How to apply theme to a c# window form ?? Pin
AB777127-Nov-06 21:30
AB777127-Nov-06 21:30 
GeneralRe: How to apply theme to a c# window form ?? Pin
Niiiissssshhhhhuuuuu27-Nov-06 23:19
Niiiissssshhhhhuuuuu27-Nov-06 23:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.