I have a VBA form with over 20 text boxes. I need to be able to print the contents of those textboxes after the user fills them out. I thought I could use a "for" loop since I need to add a vbcr after each. I am using the generic naming convention (textbox1,textbox2 ect.), and thought I could increment my way along. (no dice)
Any ideas? :dunno
Thanks
Island17