I have decided that this is a bad way to do this as their might have to be notes added under the table and I don't know how many notes are not set so I don't know where the bottom will be. I have now decided that I am going make 3 buttons that will insert the signature on the bottom of pages 1, 2 or 3. Trouble is, if the button is clicked more than once, it will cascade the signatures and you can end up with a heap of unnecessary signatures.
I have a button that deletes the signatures which works if there is only 1 signature but if the button has been clicked multiple times or the buttons to put the signature at the bottom of different pages have all been clicked, there will be signature files with different name, such as image1, image2 and so forth, depending on how many times it was clicked. Do you know the code to delete all images in a set range, delete all active x images or create a loop that will see if there is an image1, and if there isn't the loop will just end. If there is an image1, it will delete it and then check if there is an image2. If there is an image2, it will delete it and then check if there is an image3 and so forth until it can't find an image.
That is only just an idea I had so I am open to other methods of deleting these unnecessary images.
Thanks again for helping me.