How to reverse convert an executable file to excel file?
How to reverse convert an executable file to excel file?
(OP)
How can I reverse convert an executable file to excel file? That is, this exe file was previously an xlsx converted to exe. How do I reverse it to xlsx?





RE: How to reverse convert an executable file to excel file?
Doug Jenkins
Interactive Design Services
http://newtonexcelbach.wordpress.com/
RE: How to reverse convert an executable file to excel file?
TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
Of course I can. I can do anything. I can do absolutely anything. I'm an expert!
RE: How to reverse convert an executable file to excel file?
Jim.
RE: How to reverse convert an executable file to excel file?
Jim, no this is not a self-executing zip file.
RE: How to reverse convert an executable file to excel file?
RE: How to reverse convert an executable file to excel file?
RE: How to reverse convert an executable file to excel file?
RE: How to reverse convert an executable file to excel file?
Good luck,
Latexman
Technically, the glass is always full - 1/2 air and 1/2 water.
RE: How to reverse convert an executable file to excel file?
OK, so to reiterate, it's an Excel file with a compiled VBA macro? You are generally out of luck. The whole purpose of compilation of VBA modules is specifically to prevent what you are trying to do. As compilation process results in at least two translations, it's highly unlikely that you can decompile it without the cooperation of the author. But, if you had the cooperation of the author, they would have just given you the original source code to begin with.
TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
Of course I can. I can do anything. I can do absolutely anything. I'm an expert!
RE: How to reverse convert an executable file to excel file?
When you call an external dll, there is no easy way to decompile even when it can be done. Additionally, many of these codes have software traps that confuse the decompilation process or make it enormously problematic.
You might contact the originator of the xlsx, or if you are competent in the field involved, create you own dll.