Excel VBA

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

Solved August 8, 2013

Get name of an Excel worksheet containing code

I have code that resides on a page and references the content of the workbook. When executed from a different worksheet, I would like…

thumb_up 5 trending_up 6
Solved August 5, 2013

Excel VBA refer to QueryTable objects by name

I am developing a MS Excel 2013 tool with VBA which involves the use of QueryTables. One inconvenience I am experiencing is accessing existing…

thumb_up 5 trending_up 10
Solved July 15, 2013

Python convert csv to xlsx

In this post there is a Python example to convert from csv to xls. However, my file has more than 65536 rows so xls…

thumb_up 29 trending_up 16
Solved July 14, 2013

VBA Excel Range() with Cell argument

Why does the following not work: Range(Cells(1,1)).Value = 3 Cells(1,1) should essentially be the same thing as using A1 right? (I realize that I…

thumb_up 9 trending_up 5