VBA

How important is the knowledge of VBA and C++ for working as an analyst or as a risk manager in hedge funds.

I would like to develop these skills and bought some books which deal with modelling derivatives pricing in VBA/C++/Matlab.

Do you have in mind a specific book/area I should focus on in Excel/VBA/C++

Thanks for your help.

 

 

Click to read the answer
monitoring your system as you execute code

How do I get Excel to run a macro without showing all intermediate steps in a calculation? So, after I kick off the macro, there are no changes on the screen until the macro has finished...

Click to read the answer
I’m trying to plot more than one series on a chart, but I will never know in advance how many series’ will need to be plotted at runtime.
 
I’ve got the code to add the chart and 1st series in Module1.addChart
 
The problem at the moment is my Module1.addSeries, because there is no active chart.  I’ve tried code to activate / select the chart first, but it’s not having it.
I coded it this way, because before addSeries is called, it adds the actual chart, and I thought the chart was still active.
So I figured passing the chartobject as a parameter would be the best bet.
Click to read the answer

Use Excel's object model to write fast VBA code...

Syndicate content