Excel VBA

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

Solved November 23, 2012

How To Display Part of Excel on VBA Form

I have a file on .csv format and from A-S columns, it has some records like a table. My complete program will insert/remove/delete/add some…

thumb_up 13 trending_up 4
Solved November 4, 2012

How can I send an Excel file by email?

I have an excel file (Excel 2003 / xls format) and I want to send it by email with c#. My code send it…

thumb_up 5 trending_up 8
Solved October 31, 2012

Count occurrences of values

I have a column of text values with repeated values. I want to create a new column of unique values (no repeats) and a…

thumb_up 15 trending_up 8
Solved October 30, 2012

Apache-POI sorting rows in excel

I'd like to sort rows in a sheet by one of string column. I tried to achive that using Sheet.shiftRows method, but I cannot…

thumb_up 4 trending_up 8
Solved October 26, 2012

Count number of rows in worksheet

I want to count number of rows in Sheet1, from the Sheet2 code module. In the sheet1 code module, the following code works fine…

thumb_up 7 trending_up 4
Solved October 24, 2012

VBA Macro across multiple worksheets

I am trying to run a single macro which performs functions on multiple worksheets. Let's say I have assigned the macro button on worksheet…

thumb_up 7 trending_up 7
Solved October 20, 2012

Excel VBA – Remove blank rows in table

I'm trying to run a macro that selects blank cells in a table column and deletes the entire row. The script below does everything…

thumb_up 6 trending_up 6