+ Reply to Thread
Results 1 to 5 of 5

xlDialogSaveAs

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    02-11-2009
    Location
    Montclair, NJ
    MS-Off Ver
    Excel 365
    Posts
    236

    xlDialogSaveAs

    Hey,

    I have these 2 macros that work perfectly fine separately, but I'm having a difficult time trying to combine them to being 1 macro

    The one makes a dialog box pop up that makes the "Save as file type" a Macro Enabled Workbook

    Sub SaveAsDialog()
        
        Application.Dialogs(xlDialogSaveAs).Show sFilename, xlOpenXMLWorkbookMacroEnabled
    End Sub
    And this macro saves the file to a certain location on my computer

    Sub Auto_Open()
        Application.GetSaveAsFilename "C:\Documents and Settings\bob\Desktop\Excel\"
    End Sub
    Any ideas on how to combine these files?

    Thank you, as always, I really appreciate your time and efforts,
    Bob
    Last edited by sighlent1; 03-14-2011 at 11:16 AM.

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,295

    Re: xlDialogSaveAs

    What specifically doesn't work? What are you trying to accomplish?
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Contributor
    Join Date
    02-11-2009
    Location
    Montclair, NJ
    MS-Off Ver
    Excel 365
    Posts
    236

    Re: xlDialogSaveAs

    Each one works fine as they are when separated, but what i'd like to do is have the file be saved to a certain location and be a Macro Enabled Workbook file type. So, I'm looking for something along the lines of this (this code doesn't work though):

    Sub SaveAsDialog()
    Application.Dialogs(xlDialogSaveAs).Show sFilename, xlOpenXMLWorkbookMacroEnabled
    Application.GetSaveAsFilename "C:\Documents and Settings\bob\Desktop\Excel\"
    End Sub

  4. #4
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: xlDialogSaveAs

    Read this
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  5. #5
    Forum Contributor
    Join Date
    02-11-2009
    Location
    Montclair, NJ
    MS-Off Ver
    Excel 365
    Posts
    236

    Re: xlDialogSaveAs

    Wow, this is awesome.....Thank you Roy!!!!!!

+ 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