PDA

View Full Version : Userform within a Userform referencing



maggie
07-13-2011, 10:15 AM
I am working with 2 Userforms.

The first one requests the user to enter a number. This number then creates a table with that many rows.

The second form is to gather the information to place in the table.

How do I place the information in the table? I have previously used:

ActiveDocument.Bookmark("") = txt.Value

But with the table not existing until the first userform is run, I'm not sure how to place the bookmarks or enter the information.

Please Help

Thank you!

maggie
07-13-2011, 02:33 PM
I decided to go a different route. Thank you