I have a macro creating a textbox on every page that a user requires. I also want to have the option to delete that same textbox from every page. I can't seem to figure out the code to do that. I recognize that Word gives the textbox a name ("TextBox 1", and it changes the name for the next page to "TextBox 2" and so on, but does anybody know the quick way to find that using VBA and having it loop to find it on whatever number of pages the document might be? Any help would be appreciated. Thanks.