Question about your products: Do you have a suggestion for turning highly formatted text files into Excel Reports with subtotal formula inserted?
We have used SQL Server to make very highly formatted accounting reports.
They include the title, the data in specific sorted column order, and even added a field on the Right - that indicates a Sub Total and Report Total.
The goal is to create VBA (in MS Access or Excel) that reads the output text report (from SQL Server) and create a spreadsheet.
The spread sheet for example will recognize a change in the first column category, insert a line with bold bar and insert the Sub Total Excel Formula.
The outline function will allow expansion or collapse of these categories.
the Final Total will add up all of the Sub Totals.
Naturally, there will be different numbers of Row items for each month's.
Needless to say, the text for Currency would need to be converted to numbers and all of the usual.
Note: this becomes code for a monthly routine for around 100 different reports.
I have been programming Excel using Remote Automation since 1997. However, it just seems that there would be some tools.
While I can build all of this over time, any tool to purchase would be a huge time and schedule savings.
It just seems there should be something out there?
Convert Text to Excel formulas on google, just brings up all of the worthless convert excel to web dashboards.
Accounts and budget managers want Excel with formulas on the sub totals (so they can do what-if) with all of the other features.
The SQL Server uses multiple SQL DB / Oracle Linked Servers to put the whole picture together.
The SQL out put formats are highly programmed to be converted into Excel reports.
If you have any suggestions, please post them.j
We have used SQL Server to make very highly formatted accounting reports.
They include the title, the data in specific sorted column order, and even added a field on the Right - that indicates a Sub Total and Report Total.
The goal is to create VBA (in MS Access or Excel) that reads the output text report (from SQL Server) and create a spreadsheet.
The spread sheet for example will recognize a change in the first column category, insert a line with bold bar and insert the Sub Total Excel Formula.
The outline function will allow expansion or collapse of these categories.
the Final Total will add up all of the Sub Totals.
Naturally, there will be different numbers of Row items for each month's.
Needless to say, the text for Currency would need to be converted to numbers and all of the usual.
Note: this becomes code for a monthly routine for around 100 different reports.
I have been programming Excel using Remote Automation since 1997. However, it just seems that there would be some tools.
While I can build all of this over time, any tool to purchase would be a huge time and schedule savings.
It just seems there should be something out there?
Convert Text to Excel formulas on google, just brings up all of the worthless convert excel to web dashboards.
Accounts and budget managers want Excel with formulas on the sub totals (so they can do what-if) with all of the other features.
The SQL Server uses multiple SQL DB / Oracle Linked Servers to put the whole picture together.
The SQL out put formats are highly programmed to be converted into Excel reports.
If you have any suggestions, please post them.j