View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default looping texboxes - possible or impossible?

"medialint" skrev i melding
...
Hmmm ... impossible? It seemed to work for me!


No, you are addressing the control's names by constructing strings within a
loop, you are not not looping a collection. Which of course may work
perfectly, given that the controls keep their name & names given in the
desired tab order.

Yes you iterate through the Controls collection ...


No.Read the code again.

I didn't know it was rocket science!?


It's not. It's a really cool trick. Apologies for wasting bandwidth on
things like that.

Best wishes Harald