View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
[email protected] thomasdavisz@hotmail.com is offline
external usenet poster
 
Posts: 3
Default Manipulate Controls added at runtime

Peter,

I have two additional questions:

1) About "Dim clsScrolls(0 To 5) As New Class1" ... what if the
number 5 wasn't a constant, it may vary

2) I have 6 labels with 6 spinbuttons, if I need a 7 th label (also
created at runtime) displaying the sum of the 6 labels

Hope you can help me with this,

Thomas