I have created a table that enables the user to click on a command button, select a picture, and the VBA code resizes the file to fit the table cell. The table allows the user to insert six (6) pictures. The VBA code for the command buttons points to a common procedure.
What I want the user to be able to do is insert a new page, copy and paste the table on the new page and have the command button code also replicated.
Is there a way to accomplish this with Cut-and-Paste operations? Or do I have to rebuild the table each time the user wants a new page of pictures (ugh!)?
Thanks,