View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Debug/Compile: Compilng excel macros? What it generates?

It does not do a compile in the sense of a traditional programming language.
There is no output; all it does is internally convert the code to
pseudo-code, and in the process checks for syntax errors. Frankly, I never
use it.

--
Jim Rech
Excel MVP