Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a userform with several controls labelled tx1, tx2, tx3 ......txn
What I wish to do is write a procedure to process these within a loop. eg Dim x As Integer Dim xfield As Variant For x = 1 to n xfield = "tx" & Cstr(x) .... ....code to act on each instance of the filed name Next The above does not work, can anyone provide a working solution that in general allows me to build a string that holds the name of a userform control, that can then be used in procedures ? Thanks ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup Service in the World! 100,000 Newsgroups ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =--- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with converting a block of cells with Absolute and mixed references to relative references | Excel Worksheet Functions | |||
ActiveX Controls vs Form Controls | Excel Discussion (Misc queries) | |||
Add controls to UserForm | Excel Programming | |||
How can I find a handle number of controls on Userform? | Excel Programming | |||
What order does VBA look at userform controls? | Excel Programming |