I have a form with 10 text boxes, names Server1 through Server10
I would like to do something like:
for loop = 1 to 10
if ("server" & loop).TEXT = "something" do something
next
I cannot get this to work. I'm using VBA on a form in Word2003.
Any help is appreciated.


Reply With Quote



Bookmarks