ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   compiling VBA in Excel2000 (https://www.excelbanter.com/excel-programming/282279-compiling-vba-excel2000.html)

Juggernath

compiling VBA in Excel2000
 
What is it really about, there isn't any compiled com?



Chip Pearson

compiling VBA in Excel2000
 
VBA code exists in two states: OpCodes which is how generic VBA is stored in
files, and ExCodes which are interpreted at run time. The Compile operation
converts OpCodes to ExCodes. From a user standpoint, it is most useful as a
syntax checker (e.g., looking for undeclared variables).


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Juggernath" wrote in message
...
What is it really about, there isn't any compiled com?





Edwin Tam (MS MVP)

compiling VBA in Excel2000
 
However, after compiling your code, the file size is likely to be much larger.


----- Chip Pearson wrote: -----

VBA code exists in two states: OpCodes which is how generic VBA is stored in
files, and ExCodes which are interpreted at run time. The Compile operation
converts OpCodes to ExCodes. From a user standpoint, it is most useful as a
syntax checker (e.g., looking for undeclared variables).


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Juggernath" wrote in message
...
What is it really about, there isn't any compiled com?



All times are GMT +1. The time now is 06:58 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com