|
-
Nov 29th, 2005, 03:53 AM
#1
Thread Starter
New Member
wdDialogFormatDrawingObject wont open
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
-
Nov 29th, 2005, 06:02 AM
#2
Thread Starter
New Member
Re: wdDialogFormatDrawingObject wont open
As I have discovered it is probably a bug in Office 2003, since it works in XP.
-
Dec 2nd, 2005, 06:31 AM
#3
Re: wdDialogFormatDrawingObject wont open
 Originally Posted by thewoland
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
Use the following Code:
VB Code:
Word.Shapes(1).Select
Word.Dialogs(wdDialogFormatDrawingObject).Show
It works fine for me in Office XP 2003.
_______________
CS.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|