Thread: SOURCE CODE
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default SOURCE CODE

Source code is the code that is created by the developer from a
specification in it's initial form. This is usually a text file, although
not necessarily. Source code is then either compiled into an executable (as
with Visual Basic), or is interpreted at runtime (as with VBA).

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Vicencia Vitus" wrote in message
...
I want to know i generaaly what is the maening of the source code and what

is work and how.