I have a word document. In the word document I have command button.
What I am after is when the user presses the command button it would open a dialog box so that the user can embed a file and display as an icon within the word document.
How WOULD I do this in VBA?
Ultimately I would like the following:
- User clicks on button
- Dialog box opens for user to choose file (any type)
- User clicks OK
- File is embedded(not linked) in document as Icon
- If user click cancel, dialog window closes.
Okay here is start
Now you Create
Button
:-) and call the MacroHere is help full Links