bpeirson
Structural
- Apr 7, 2003
- 147
Has anyone ever attempted to compile a spreadsheet into a stand alone program?
Consider a sreadsheet with a considerable amount of VBA code, formulae and user forms. Items which are native to excel run quickly, functions added to the spreadsheet with VBA run slowly. If a person could compile the spreadsheet it stands to reason that the code code be optimised for speed during the compilation process and the compiled code would run faster than the VBA in any case.
I realise that an Excel spreadsheet and VBA "children" of the Excel environment but code is code. Excel acts as a realtime compiler for its children, why not develope a way for the children to grow up and live on their own.
Consider a sreadsheet with a considerable amount of VBA code, formulae and user forms. Items which are native to excel run quickly, functions added to the spreadsheet with VBA run slowly. If a person could compile the spreadsheet it stands to reason that the code code be optimised for speed during the compilation process and the compiled code would run faster than the VBA in any case.
I realise that an Excel spreadsheet and VBA "children" of the Excel environment but code is code. Excel acts as a realtime compiler for its children, why not develope a way for the children to grow up and live on their own.