+ Reply to Thread
Results 1 to 7 of 7

Open Word SaveAs dialog from Excel VBA

  1. #1
    Registered User
    Join Date
    11-15-2012
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    23

    Open Word SaveAs dialog from Excel VBA

    Using Office 2003 and Windows 7 Professional:

    I'm using Excel VBA to populate a Word document template with data from a spreadsheet. Once the process is complete I want the user to be able to save the Word document using a Word SaveAs dialog but can't find the right syntax to open this.

    My code has

    Set wordapp = CreateObject("word.Application")

    then when I want to open the SaveAs dialog

    wordapp.Dialogs(wdDialogFileSaveAs).Show

    but this brings up an error Run-time error 5941 - The requested member of the collection does not exist.

    I have added Microsoft Word 11.0 Object Library in the references and don't know what else to try.

    Grateful for assistance.

  2. #2
    Forum Expert
    Join Date
    07-15-2012
    Location
    Leghorn, Italy
    MS-Off Ver
    Excel 2010
    Posts
    3,431

    Re: Open Word SaveAs dialog from Excel VBA

    Please Login or Register  to view this content.
    If solved remember to mark Thread as solved

  3. #3
    Registered User
    Join Date
    11-15-2012
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    23

    Re: Open Word SaveAs dialog from Excel VBA

    No luck with that suggestion - it just opened a Microsoft Office Word Help window which was completely blank apart from the title.

  4. #4
    Forum Expert
    Join Date
    07-15-2012
    Location
    Leghorn, Italy
    MS-Off Ver
    Excel 2010
    Posts
    3,431

    Re: Open Word SaveAs dialog from Excel VBA

    I'm sorry, that code works on my excel 2010, if you don't need dialog you can save with
    Please Login or Register  to view this content.
    Last edited by patel45; 05-18-2013 at 07:48 AM.

  5. #5
    Registered User
    Join Date
    11-15-2012
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    23

    Re: Open Word SaveAs dialog from Excel VBA

    Here is the code that finally worked:

    Please Login or Register  to view this content.
    The only problem is that the Excel spreadsheet is on top, and the dialog appears with the Word window, and is therefore hidden until I select the Word window. Is there a command which will bring the Word active document to the front before the SaveAs dialog is called?

    Grateful for assistance.

  6. #6
    Registered User
    Join Date
    11-09-2009
    Location
    london, england
    MS-Off Ver
    Excel 2010
    Posts
    52

    Re: Open Word SaveAs dialog from Excel VBA

    Hi simonc2

    I gave it go with your code and found that by adding
    Please Login or Register  to view this content.
    before
    Please Login or Register  to view this content.
    bought Word to the front. Tried and tested in Excel 2003. Hope this helps
    Please click * if the answer was helpful.

  7. #7
    Forum Expert
    Join Date
    07-15-2012
    Location
    Leghorn, Italy
    MS-Off Ver
    Excel 2010
    Posts
    3,431

    Re: Open Word SaveAs dialog from Excel VBA

    Quote Originally Posted by simonc2 View Post
    Here is the code that finally worked:
    ..............
    Thanks for feedback

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1