Excel VBA

<p>Data processing, dynamic reporting, and workbook automation.</p>

Solved November 21, 2009

Forcing Garbage Collection

Is there a way to force garbage collection in VBA/Excel 2000? This question refers to the Macro language in Excel. Not using VB .NET…

thumb_up 9 trending_up 4
Solved November 9, 2009

Building Excel Files with C#

I need to create an excel file via C#. I have read a few places that creating an XML document is the easiest way…

thumb_up 7 trending_up 6
Solved October 28, 2009

C# or Python for my app

I have the task of developing an application to pull data from remote REST services and generating Excel reports. This application will be used…

thumb_up 12 trending_up 3
Solved October 12, 2009

How to fall through a Select Case in Excel VBA?

Given Select Case cmd case "ONE": MsgBox "one" case "TWO": MsgBox "two" case "THREE": MsgBox "three" End select My requirement is if cmd =…

thumb_up 12 trending_up 6
Solved September 28, 2009

API to write huge excel files using java

I am looking to write to an excel (.xls MS Excel 2003 format) file programatically using Java. The excel output files may contain ~200,000…

thumb_up 7 trending_up 13