Serving the Quantitative Finance Community

Search found 3 matches

by MercurySchroeppel
January 23rd, 2003, 6:17 pm
Forum: Programming and Software Forum
Topic: Excel 2000 VBA/VB6 question
Replies: 7
Views: 190369

Excel 2000 VBA/VB6 question

AIM is armed and ready!
by MercurySchroeppel
January 23rd, 2003, 5:35 pm
Forum: Programming and Software Forum
Topic: Excel 2000 VBA/VB6 question
Replies: 7
Views: 190369

Excel 2000 VBA/VB6 question

<t>It probably is a lot of work. Why? Hm. Strictly speaking, to satisfy my own curiousity. It would be nice to be able to provide developers at my firm with some more robust methods on various built-in Excel objects. It came up because I'm building a developer tool for Excel VBA Add-Ins.As to being ...
by MercurySchroeppel
January 22nd, 2003, 9:36 pm
Forum: Programming and Software Forum
Topic: Excel 2000 VBA/VB6 question
Replies: 7
Views: 190369

Excel 2000 VBA/VB6 question

<t>Greetings!I am interested in overriding the Resize method of Excel's Range object. Ideally, I would create an object called Range that delegated everything to a real Excel.Range object except for this one method. In a perfect world, this would be totally trasparent to the user, so they would call...