Results 1 to 3 of 3

Thread: wdDialogFormatDrawingObject wont open

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2005
    Posts
    2

    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:
    1. Shapes(1).CanvasItems(1).Select
    2.     Word.Dialogs(wdDialogFormatDrawingObject).Show

    Thanks

  2. #2

    Thread Starter
    New Member
    Join Date
    Nov 2005
    Posts
    2

    Re: wdDialogFormatDrawingObject wont open

    As I have discovered it is probably a bug in Office 2003, since it works in XP.

  3. #3
    Frenzied Member cssriraman's Avatar
    Join Date
    Jun 2005
    Posts
    1,465

    Re: wdDialogFormatDrawingObject wont open

    Quote 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:
    1. Shapes(1).CanvasItems(1).Select
    2.     Word.Dialogs(wdDialogFormatDrawingObject).Show

    Thanks
    Use the following Code:
    VB Code:
    1. Word.Shapes(1).Select
    2. 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
  •  



Click Here to Expand Forum to Full Width