View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Jeff Johnson[_2_] Jeff Johnson[_2_] is offline
external usenet poster
 
Posts: 32
Default Why so much non-OOP syntax in VBA?

wrote in message
...

Excel 2002 VBA newbie Q:

Looking at just one object, there is a "UserForm.Hide" but seemingly
no "UserForm.Close" method. Examples in this newsgroup seem to use
"Unload UserForm". I mean, huh?

I sure see an awful lot of this non-OOP syntax thruout VBA. Does full-
blown VB rely on it as well?


VB6 and earlier, yes. Welcome to the world of legacy and backwards
compatibility.