extension
Information

My First Bill Gates Review

Joel Spolsky, program manager for the Excel team, recounts his first Bill Gates review. Joel got numerous features added e.g. `IDispatch`, `Variant`, `For each` and `With`. It also discusses the dreaded Date bug ported to Excel from Lotus 123.

Category: Information
Host: joelonsoftware.com

Open on joelonsoftware.com

Alternative information libraries (6)

  • Thunder – The birth of Visual Basic — A little article about the birth of VB7/VBA.
  • Ruby, EB and DLL composition — Translated copy of [VBStreets article](http://bbs.vbstreets.ru/viewtopic.php?f=101&t=56551) created by Russian VBer `Хакер`. Details the composition of the VB6 and VBA…
  • PCode Internals — VBA is compiled to PCode. Understanding the lower level P-Code is a topic of heavy interest and research.
  • How many lines of code in EB — Untranlated article by Russian VBer `Хакер` which estimates the number of lines of code in VB6/VBA.
  • SAFEARRAYS — The internal structure of arrays.
  • Articles by Sancarn — Various articles written by Sancarn about VBA including, performance, actual issues with VBA etc.