Excel VBA

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

Solved February 9, 2010

Create Excel Charts in Java

I've been using Apache POI to create and modify Excel spreadsheets, but I'm wondering if there is a way (even if it's with a…

thumb_up 5 trending_up 15
Solved December 15, 2009

Moving images between cells in VBA

I have an image in cell (3,1) and would like to move the image into cell (1,1). I have this code: ActiveSheet.Cells(1, 1).Value =…

thumb_up 7 trending_up 8
Solved November 29, 2009

Excel VBA function returning an array

Can you create an Excel VBA function that returns an array in the same manner as LINEST does, for example? I would to create…

thumb_up 8 trending_up 5