Excel VBA

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

Solved January 30, 2012

Why does Excel translate `=10**-2` to `=0.1`?

Try pasting =10**-2 into a cell in MS Excel. After pressing Enter, it turns it to =0.1. I can't seem to find any documentation…

thumb_up 6 trending_up 5
Solved January 26, 2012

Array in excel vba

I want to have an array list in vba, hence I have a variant declared in excel vba like: Dim Students(10) as variant Now…

thumb_up 8 trending_up 6
Solved January 18, 2012

How to open Excel file with Read Only protection?

I have opened Excel file in my C# WinForm Application adding reference to Microsoft.Office.Interop.Excel.dll and using DSO FRAMER CONTROL. But i want to open…

thumb_up 10 trending_up 1
Solved December 30, 2011

Excel VBA Run-Time Error 1004

I am using VBA for Excel 2010 and randomly receiving the following error: Run-time error '1004': "The sort reference is not valid. Make sure…

thumb_up 4 trending_up 6