I use office 2003
For some odd reason this command wont open the desired dialog window.
Any ideas why, or how to make it work?
VB Code:
Shapes(1).CanvasItems(1).Select Word.Dialogs(wdDialogFormatDrawingObject).Show
Thanks
Printable View
I use office 2003
For some odd reason this command wont open the desired dialog window.
Any ideas why, or how to make it work?
VB Code:
Shapes(1).CanvasItems(1).Select Word.Dialogs(wdDialogFormatDrawingObject).Show
Thanks
As I have discovered it is probably a bug in Office 2003, since it works in XP.
Use the following Code:Quote:
Originally Posted by thewoland
It works fine for me in Office XP 2003.VB Code:
Word.Shapes(1).Select Word.Dialogs(wdDialogFormatDrawingObject).Show
_______________
CS.