View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tim Childs Tim Childs is offline
external usenet poster
 
Posts: 128
Default Debug/Compile: Compilng excel macros? What it generates?

Jim

PMFJI, don't you ever get those undeclared variable errors when you run the
initial code? The compile option is really good for showing those up early.
Or am I missing something in your approach?

Regards

Tim

"Jim Rech" wrote in message
...
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