626
General Software Discussion / Re: Merge or combine worksheets from the same excel workbook
« Last post by Contro on February 09, 2020, 11:32 AM »Perhaps it is an idea to export everything into CSV files, combine these text-based CSV files into one and then import the result back into Excel again?Shades I was thinking in an ahk script.
Still, that requires the content of each sheet to be the same as the others.
Exporting everything to CSV should be easy enough with Excel itself. You could use join software for combining these CSV files. Once done with that, you can then use the CSV import functionality from Excel itself to get one worksheet with all the data in a new Excel file with an appropriate name.
Unless there is a need to keep formulas etc. exporting to the simplest data format, using one of many free join software programs to create one big file and then importing this file onto a new Excel file, seems the best way of tackling Contro's problem. To me, at least.-Shades (February 08, 2020, 06:38 PM)
I am doing manually.
If you export to csv you have a txt plain text.
I finally make work the rdbmerge utility to see that change everything.
It's clear that excel is a "big" program. But perhaps one that have traumatized me in the past like Autocad, microsoft word and some technical software. And of course windows xp pro traumatized me a lot.
I am applying manually from each worksheet the usual or standard copy/paste excel have with no problem.
So perhaps a little script with autohotkey may be useful for me.
I am thinking visit the code snack section.....


Recent Posts
