Using Excel VBA to Copy an ADODB Recordset to Multiple Worksheets
In adding functionality to an ancient Excel VBA reporting app for an Oracle database, I decided to set up a temporary worksheet to use as a place to store data before copying it to multiple other...
View ArticleExporting an HTML Table to Excel While Applying Relative Cell References...
A new problem I was tasked with was to make enhancements to a report built using CFML by changing the totals column to a SUM() function when the report is exported to Microsoft Excel. The trick here...
View ArticleExporting Data from Lotus Notes Databases
Lotus Notes was innovative and, by most accounts, a great collaboration software in its heyday. Though there are still some 35 million users of Notes, there are regular rumors of its imminent demise....
View ArticleErrors in Pasting Data into Datasheet View in SharePoint 2010
As a part of my project to convert a Lotus Notes system to something else, I am making good use of SharePoint Lists to replicate the functionality of some of the less complex Notes applications. For...
View ArticleOracle Database Error ORA-01013 in Excel VBA After Migrating Application to...
I was testing an old Excel application that I had moved from one server to another and kept getting this error when running it on the new server: The error ORA-01013 (“user requested cancel of current...
View ArticleConnecting to Oracle 12g with the Instant Client and Excel VBA
One rather old application I’ve supported for several years loads data from Excel spreadsheets into a reporting database. These Excel spreadsheets have always been manually updated by several users....
View Article