I am trying to programmatically add textboxes to a page in VBA. So far, all I get is an error suggesting I am using the wrong text to complete the call to the creation routine: pgeTest.Controls.ADD "Forms.Textbox", "txtbxTst", True
Can someone suggest a reference to documentation supporting this process?
Bookmarks