Only for questions on programming against Excel objects or files, or complex formula development.
I have used the following without success. The active workbook closes, indeed, but the excel window remains open. Application.ActiveWindow.…
excel vba excel-2007I have a query that returns a very large data set. I cannot copy and paste it into Excel which …
sql sql-server excel export-to-excelI have an interesting challenge - I need to run a check on the following data in Excel: | A - …
excel worksheet-functionHow can I find the last row that contains data in a specific column and on a specific sheet?
excel vbaI would like to call a sub from another sub inside in the same module. The first sub would be …
excel vba input subroutineI have an array like this: Dim aFirstArray() As Variant How do I clear the entire array? What about a …
arrays excel vbaI need to generate a file for Excel, some of the values in this file contain multiple lines. there's also …
excel csv newlineIs there something that I need to reference? How do I use this: Dim fso As New FileSystemObject Dim fld …
excel vba filesystemobjectIn VBA, I opened an MS Excel file named "myWork.XL" programmatically. Now I would like a code that can …
excel vba