Results 1 to 5 of 5

Save As Macro

Threaded View

boxer356 Save As Macro 07-16-2013, 09:34 AM
LaffyAffy13 Re: Save As Macro 07-16-2013, 09:37 AM
boxer356 Re: Save As Macro 07-16-2013, 09:56 AM
ragulduy Re: Save As Macro 07-16-2013, 09:37 AM
boxer356 Re: Save As Macro 07-16-2013, 09:57 AM
  1. #1
    Registered User
    Join Date
    07-15-2013
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2010
    Posts
    3

    Save As Macro

    Excel 2007
    I have created a "save as" macro to grab the file name (AE2) and place it in the file name input area of the saved as menu of excel. The main goal was for the user to be able to select the directory in which the file will be saved.

    Everything works EXCEPT it doesn't actually save the file when save is selected. It seems to be fine, the file is not saved.
    Capture.JPG


    Here is the macro that is set up.

    Sub SaveAs()
    '
    ' SaveAs Macro
    '

    '
    myenteredname = Range("AE2").Value
    myfilename = Application.GetSaveAsFilename(myenteredname, "Mircosoft Excel Workbook, *.xlsx")

    End Sub

    Hopefully someone can help me figure this one out.

    TIA,
    Tim
    Last edited by boxer356; 07-16-2013 at 10:04 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Macro to disable SAVE and SAVE AS
    By Charmymay in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-04-2013, 10:06 AM
  2. Replies: 0
    Last Post: 11-22-2012, 08:42 AM
  3. Macro with cell reference as a name, but prompt for save location and save as csv
    By tomham in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-15-2012, 06:21 PM
  4. [SOLVED] Macro to save sheets as different workbooks on save
    By BridgeCat in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-09-2012, 08:10 AM
  5. where can i find macro codes for various functions such print, save and save as
    By fellayaboy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-23-2011, 02:06 AM

Tags for this Thread

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