Excel VBA

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

Solved November 30, 2010

Architecture of an Excel application

after 10 years of programming I find myself with the daunting task of creating my first Excel application in Excel 2007. I have programmed…

thumb_up 5 trending_up 9
Solved November 17, 2010

Excel-VBA: Variable declaration necessary?

Would it be wrong if write the following code Sub Something() Dim i As integer Dim xRange As Range Dim yRange As Range Set…

thumb_up 12 trending_up 2
Solved November 5, 2010

Freeze excel column with c#

I generate an excel spread-cheat with c# and I want to freeze the first column. This is the code that I use : public…

thumb_up 9 trending_up 3