Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Bill Howell   on Nov 01 In MS Office Category.

  
Question Answered By: Varun Mehta   on Nov 01

Worked like a charm. Didn't even have to convert the number to a
string. VB does that nicely for us.

This also helps me understand the collection construct.


My functional test routine:

[ x dim'ed elsewhere]
Text Boxes named DTMFName0 ... DTMFName9

Private Sub UserForm_Click()
For x = 0 To 9
Debug.Print x; " "; Controls("DTMFName" & x)
Next
End Sub

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on calculating 'names' of text boxes in a form Or get search suggestion and latest updates.


Tagged: