Basically I have a vba program in excel with a userform and some code that controls a Word document that I have set up. I am trying to insert a picture into Word and keep it a certain size. In word I placed a picture content control into a textbox since I know this limits the size. When I run my vba code to insert this picture it crashes Word everytime.

Here is my code:

Please Login or Register  to view this content.