Serving the Quantitative Finance Community

Search found 52 matches

by jeffreylu
November 21st, 2007, 10:50 am
Forum: Programming and Software Forum
Topic: OWC in Matlab
Replies: 0
Views: 62645

OWC in Matlab

Does anyone here know how to set the freezepanes property in OWC(Office Web Component) 9 in Matlab?The following code just did not work!handles.activex1.ActiveSheet.FreezePanes=1
by jeffreylu
October 18th, 2007, 4:36 pm
Forum: Programming and Software Forum
Topic: recording Bloomberg live data in excel
Replies: 8
Views: 67553

recording Bloomberg live data in excel

Are there ways to record multiple cells (or range) at the same time?
by jeffreylu
September 18th, 2007, 8:02 am
Forum: Programming and Software Forum
Topic: how to delink excel chart data
Replies: 1
Views: 67831

how to delink excel chart data

<t>Hi, thereI am trying to copy a chart in Excel into a new workbooks. Basically, the original chart is a dynamic chart using defined range name. Is there a way to copy the chart into a new workbook and delink the data in the chart from the source file. I understand how to achieve this if the chart ...
by jeffreylu
August 29th, 2007, 11:52 am
Forum: Book And Research Paper Forum
Topic: Correlation between options and the underlying asset
Replies: 7
Views: 69180

Correlation between options and the underlying asset

Yes, but the problem of the delta is that it depends on other variables and keep changing as the underlying asset price changes. Is there a way to identify the overall correlation between the structured products and the underlying asset class?
by jeffreylu
August 29th, 2007, 9:18 am
Forum: Book And Research Paper Forum
Topic: Correlation between options and the underlying asset
Replies: 7
Views: 69180

Correlation between options and the underlying asset

Is there a way to calculate the correlation between options/structured products and the underlying asset?I am going to use the correlation in the multivariate monte carlo simuation.Any helps will be highly appreciated!Regards.
by jeffreylu
August 10th, 2007, 8:42 am
Forum: Book And Research Paper Forum
Topic: Monte Carlo simulation in a Bayesian framework
Replies: 0
Views: 67703

Monte Carlo simulation in a Bayesian framework

Are there any ways to incorporate the monte carlo simulation in a Bayesian framework? For example, how to generate the expected return and covariance matrix based upon Bayesian approach and then use them as the inputs for monte carlo simulation?
by jeffreylu
August 1st, 2007, 12:51 pm
Forum: Programming and Software Forum
Topic: Excel activex control in Matlab GUI
Replies: 7
Views: 75373

Excel activex control in Matlab GUI

<r>Basicaly, I tried to open an excel spreadsheet by ways similar to the one shown in <URL url="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=6889&objectType=FILEI"><LINK_TEXT text="http://www.mathworks.com/matlabcentral/ ... Type=FILEI">http://www.mathworks.com/matlab...
by jeffreylu
July 24th, 2007, 1:14 pm
Forum: Programming and Software Forum
Topic: Excel activex control in Matlab GUI
Replies: 7
Views: 75373

Excel activex control in Matlab GUI

The problem with this example is that it is not designed by using the GUI environment and it does not open an exit excel spreadsheet.
by jeffreylu
July 24th, 2007, 1:10 pm
Forum: Programming and Software Forum
Topic: Excel activex control in Matlab GUI
Replies: 7
Views: 75373

Excel activex control in Matlab GUI

Thanks a lot!
by jeffreylu
July 24th, 2007, 12:30 pm
Forum: Programming and Software Forum
Topic: Excel activex control in Matlab GUI
Replies: 7
Views: 75373

Excel activex control in Matlab GUI

<t>I wonder whether any Genius here could help me on the following issue:Basically, I implement the Microsoft Office activex control in the Matlab GUI environment. But I have no idea how to achieve the following tasks: open an excel spreadsheet in the GUI activex control and display it as a usual ex...
by jeffreylu
July 2nd, 2007, 10:06 am
Forum: Programming and Software Forum
Topic: Frustrated VBA Error
Replies: 15
Views: 74668

Frustrated VBA Error

<t>As I gave it more runs, I identify that it seems some parts of my worksheets have been corrupted. So if I replaced the old chart with the new one, then it solved the problem. But this is really annoying as the corruption tends to happen randomly to different parts of the workbooks(mainly chart ob...
by jeffreylu
July 2nd, 2007, 9:42 am
Forum: Programming and Software Forum
Topic: Frustrated VBA Error
Replies: 15
Views: 74668

Frustrated VBA Error

Basically, my codes involve copy the chart object within the sheet, such as the following:Sub SaveLogoAsGif24()Dim CurrentChart As ChartSet CurrentChart = Sheet6.ChartObjects(2).ChartCurrentChart.CopyPicture Appearance:=xlScreenSet CurrentChart = NothingEnd SubAny ideas?
by jeffreylu
June 20th, 2007, 8:13 am
Forum: Programming and Software Forum
Topic: Frustrated VBA Error
Replies: 15
Views: 74668

Frustrated VBA Error

<t>Thanks.I have used the code cleaner but not much help either.Basically, copying the chart is one exportation function of the application. The user can copy the chart into their own powerpoint slides. The version of Excel I am using is Office 2000, which is the only available version in my company...
by jeffreylu
June 19th, 2007, 12:12 pm
Forum: Programming and Software Forum
Topic: Frustrated VBA Error
Replies: 15
Views: 74668

Frustrated VBA Error

<t>I have just narrowed down the problem to the followings:I am copying sheets in a macro...Copy a chart, copy a range, and so on...Usually after several copies, I get the following errormessage:Run-time error '-2147417848 (80010108)':Automation errorThe object invoked has disconnected from its clie...
by jeffreylu
June 19th, 2007, 10:54 am
Forum: Programming and Software Forum
Topic: Frustrated VBA Error
Replies: 15
Views: 74668

Frustrated VBA Error

<t>Yes, I am using blpsubscribe function in the vba application. But the error message is generated after the application tried to copy a chart or copy a range.Also, the same codes were working exactly fine before and now as the spreadsheet goes larger (3 MB in size), this error happens and becomes ...