Serving the Quantitative Finance Community

Search found 63 matches

by noyghou
March 20th, 2006, 8:38 am
Forum: Programming and Software Forum
Topic: Qn: to pop msgbox in excel in dll
Replies: 6
Views: 115234

Qn: to pop msgbox in excel in dll

In conclusion, thats a bad idea. Thanx guys...
by noyghou
March 16th, 2006, 12:20 am
Forum: Programming and Software Forum
Topic: Qn: to pop msgbox in excel in dll
Replies: 6
Views: 115234

Qn: to pop msgbox in excel in dll

That will work but has clear disadvantage. I have to add a layer in the VBA level. But sometimes I may not have control over user's spreadsheet and hence prefer registered function instead of going through the VBA layer. Your inputs are still appreciated...
by noyghou
March 15th, 2006, 7:12 am
Forum: Programming and Software Forum
Topic: Qn: to pop msgbox in excel in dll
Replies: 6
Views: 115234

Qn: to pop msgbox in excel in dll

<t>Hi all,I have an add-in written using C++ .Net, and would like to interact with excel user using popup windows. I tried Excel4(xlcAlert, ...) but that works only for commands but not in functions. I.e., when I call a dll function in excel, it looks like that the line with popup command is simply ...
by noyghou
February 27th, 2006, 12:34 pm
Forum: Careers Forum
Topic: Singapore HHs
Replies: 4
Views: 117964

Singapore HHs

thanks for the info. I had contacted another HH from Michael Page, Stanley Teo... They probably will share profiles...
by noyghou
February 27th, 2006, 5:12 am
Forum: Careers Forum
Topic: Singapore HHs
Replies: 4
Views: 117964

Singapore HHs

Anyone? Much appreciated.
by noyghou
February 27th, 2006, 5:08 am
Forum: Programming and Software Forum
Topic: Returning a vector<vector<double>> in VC++
Replies: 27
Views: 123247

Returning a vector<vector<double>> in VC++

<t>QuoteOriginally posted by: lballabioQuoteOriginally posted by: noyghouWas curious about this vector<vector<double> > thing which can be used to implement variable size matrix. Tried it but a run-time error occurred on the following line ... vector<vector<double> > mtxM; mtxM.reserve(5); for (int ...
by noyghou
February 24th, 2006, 1:19 am
Forum: Careers Forum
Topic: Singapore HHs
Replies: 4
Views: 117964

Singapore HHs

Does anybody have any contact of headhunters or recruiters for quants in Singapore? I am at a stage of making a move in my career. It'd be very nice if can PM me these contacts. Thanks in advance. Noy
by noyghou
February 24th, 2006, 1:05 am
Forum: Programming and Software Forum
Topic: Returning a vector<vector<double>> in VC++
Replies: 27
Views: 123247

Returning a vector<vector<double>> in VC++

<t>Was curious about this vector<vector<double> > thing which can be used to implement variable size matrix. Tried it but a run-time error occurred on the following line ... vector<vector<double> > mtxM; mtxM.reserve(5); for (int i = 0; i < 5; i++) { mtxM.reserve(6); } // where error occured for (in...
by noyghou
February 24th, 2006, 12:38 am
Forum: Student Forum
Topic: Hull-White calibration results
Replies: 10
Views: 137256

Hull-White calibration results

swaption, caplet...I did not do it myself but it was mentioned in some earlier posts.Hope this helps.
by noyghou
February 20th, 2006, 8:36 am
Forum: Programming and Software Forum
Topic: Debugging an XLL
Replies: 10
Views: 146814

Debugging an XLL

<t>QuoteOriginally posted by: bhutesThanks noyghou.I managed to find how to add-in the .xll (using internet), and edited my orignial question, while you replied.My problem is now .... what do I do to get the source code compile in .netAs of now, I don't have the release or the debug version of the ....
by noyghou
February 20th, 2006, 5:49 am
Forum: Programming and Software Forum
Topic: Debugging an XLL
Replies: 10
Views: 146814

Debugging an XLL

<t>QuoteOriginally posted by: bhutesI'm new to using .xll add-ins.1. Suppose, I have just have Excel installed. Is that all that I need to be able to start using .xll ?I plan to get the release version of a .xll (via email or ftp). Once I get it, what do I need to do (i.e. how should I register it, ...
by noyghou
February 16th, 2006, 2:24 am
Forum: Student Forum
Topic: Swap calculator
Replies: 6
Views: 121964

Swap calculator

This thread reminds me of a question that I always had, Does bloomberg publish the methodologies for their various calculators? I notice that some of the agencies like S&P do publish such info here and there and we can at least piece them together. Cheers,Noy
by noyghou
February 8th, 2006, 5:27 am
Forum: Off Topic
Topic: "I just saved a ton of minutes on ... Excel"
Replies: 12
Views: 121130

"I just saved a ton of minutes on ... Excel"

forgot to mention ctrl-pgup and ctrl-pgdn, which are by far the most frequent hits after ctrl-c, ctrl-v and alt - f + s (I use this more often than ctrl+s b'coz old notepad does not support ctrl+s).
by noyghou
February 8th, 2006, 5:23 am
Forum: Off Topic
Topic: "I just saved a ton of minutes on ... Excel"
Replies: 12
Views: 121130

"I just saved a ton of minutes on ... Excel"

ctrl + Enter and shift + Enteragree with GrenvilleCroll, shortcut is one thing, but on a higher level, good design practice is more important to spreadsheet modelling.
by noyghou
January 20th, 2006, 8:35 am
Forum: Careers Forum
Topic: model validation
Replies: 4
Views: 122429

model validation

Got it. Thanx!