Evagrius Ponticus
Well-known Member
- Joined
- May 24, 2007
- Messages
- 1,467
Hello,
I have inserted a Word Object in an Excel Worksheet. I would like the user to edit the contents of this Word Document.
I created a cmdButton with this code that I copied from the Macro recorder.
The problem is that once the user clicks the button, they invoke several error message before the document is editable. The error is;
"Word Cannot Start the converter mswrd632.wpc. Any ideas Please?
Thanks!
I have inserted a Word Object in an Excel Worksheet. I would like the user to edit the contents of this Word Document.
I created a cmdButton with this code that I copied from the Macro recorder.
Code:
ActiveSheet.Shapes("Object 2").Select
Selection.Verb Verb:=xlPrimary
The problem is that once the user clicks the button, they invoke several error message before the document is editable. The error is;
"Word Cannot Start the converter mswrd632.wpc. Any ideas Please?
Thanks!