View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Howard Kaikow Howard Kaikow is offline
external usenet poster
 
Posts: 269
Default New to VBA from VB6

VBA does not support control arrays.

--
http://www.standards.com/; See Howard Kaikow's web site.
"SmilingPolitely" wrote in message
. au...
In VB I can have an array of controls. Can I also have this in VBA in
Excel?

I would like to have 15 similar buttons on my form, but I don't have the
originality to come with 15 unique btn.labels!

Any assistance is appreciated.